diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..9d03824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index aa85eb1..37cd6d9 100644 --- a/package.json +++ b/package.json @@ -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" }