Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](1.6.0...1.7.0) (2020-03-26)

### Bug Fixes

* **password:** deleting password resets on password reset ([9ec7971](9ec7971))

### Features

* **general:** added lint:fix script ([49d403e](49d403e))
* **login:** trim email on login ([fee9268](fee9268))
* **member:** password reset ([5ad07f7](5ad07f7))
* **password:** password confirm ([14f55e5](14f55e5))
  • Loading branch information
semantic-release-bot committed Mar 26, 2020
1 parent fee9268 commit a0bafaf
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
@@ -1,3 +1,18 @@
# [1.7.0](https://github.com/AEGEE/oms-core-js/compare/1.6.0...1.7.0) (2020-03-26)


### Bug Fixes

* **password:** deleting password resets on password reset ([9ec7971](https://github.com/AEGEE/oms-core-js/commit/9ec79716dd70155a25ae6111cd637d2854a9673a))


### Features

* **general:** added lint:fix script ([49d403e](https://github.com/AEGEE/oms-core-js/commit/49d403e60e95f969cf114a0e77e08402c9c5eef9))
* **login:** trim email on login ([fee9268](https://github.com/AEGEE/oms-core-js/commit/fee92689de8ab3b932dea9102f57d0a445a82003))
* **member:** password reset ([5ad07f7](https://github.com/AEGEE/oms-core-js/commit/5ad07f7a29a6c076e4feb6ceba0847efb16b5ac6))
* **password:** password confirm ([14f55e5](https://github.com/AEGEE/oms-core-js/commit/14f55e50397fb87344416d09969e3bc087eb6691))

# [1.6.0](https://github.com/AEGEE/oms-core-js/compare/1.5.0...1.6.0) (2020-03-23)


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
@@ -1,6 +1,6 @@
{
"name": "oms-core-js",
"version": "1.6.0",
"version": "1.7.0",
"description": "The core module of my.aegee.eu",
"keywords": [],
"author": "Sergey Peshkov",
Expand Down

0 comments on commit a0bafaf

Please sign in to comment.