Skip to content

Commit

Permalink
Merge branch 'release/v0.4.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Dec 6, 2017
2 parents e9c3a5f + 191d65b commit 81af74c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.4.0"></a>
# [0.4.0](https://github.com/marviq/madlib-locale/compare/v0.3.1...v0.4.0) (2017-12-06)


### Bug Fixes

* ensure `setLocale()` always returns a `Promise` ([3458f09](https://github.com/marviq/madlib-locale/commit/3458f09))


### Features

* add missing convenience shortcuts to a complete set ([19bdc02](https://github.com/marviq/madlib-locale/commit/19bdc02))



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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,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.3.1"
"version": "0.4.0"
}

0 comments on commit 81af74c

Please sign in to comment.