Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Feb 20, 2017
1 parent 0d2059d commit 8ca5d43
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.3.0"></a>
# [0.3.0](https://github.com/marviq/madlib-locale/compare/v0.2.0...v0.3.0) (2017-02-20)


### Bug Fixes

* remove repeated relative path segment ([2d740b1](https://github.com/marviq/madlib-locale/commit/2d740b1))


### Features

* allow `_number` to take an optional `precision` parameter ([0d2059d](https://github.com/marviq/madlib-locale/commit/0d2059d))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
"release": "standard-version",
"test": "command -v grunt > /dev/null || { echo >&2 'It appears that \"grunt\" is not installed. Consider running \"[sudo ]npm install -g grunt-cli\" first.'; exit ; } && grunt test"
},
"version": "0.2.1"
"version": "0.3.0"
}

0 comments on commit 8ca5d43

Please sign in to comment.