Skip to content

Commit

Permalink
bump version to 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
typerandom committed Mar 3, 2016
1 parent 6feaca7 commit f00a3b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 0.0.22

* Fix `ExtendConfigStrategy` so that the fields `web.login.form.fieldOrder` and
`web.register.form.fieldOrder` are copied instead of extended.

### 0.0.21

* Change `EnrichIntegrationFromRemoteConfigStrategy` to use `config.web.social`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stormpath-config",
"version": "0.0.21",
"version": "0.0.22",
"description": "Stormpath configuration loader.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"mocha": "^2.3.3",
"mocha-lcov-reporter": "^1.0.0",
"sinon": "^1.17.2",
"stormpath": "^0.17.1",
"stormpath": "^0.17.4",
"temp": "^0.8.3"
},
"dependencies": {
Expand Down

0 comments on commit f00a3b6

Please sign in to comment.