Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-05-01)

### Bug Fixes

* **package.json:** Fix bin in package.json ([56789b5](56789b5))

### Features

* **deployment:** Add Circleci ([e619ebd](e619ebd))
* **user-cmds:** Added more user service commands ([#5](#5)) ([e2a004a](e2a004a))
* **user-service:** Cognito user service ([#4](#4)) ([69abfa2](69abfa2))
  • Loading branch information
semantic-release-bot committed May 1, 2020
1 parent e619ebd commit a67cda1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 1.0.0 (2020-05-01)


### Bug Fixes

* **package.json:** Fix bin in package.json ([56789b5](https://github.com/sungly/cognito-cli/commit/56789b5933d2e357b7f7758a22720a9b58c74f69))


### Features

* **deployment:** Add Circleci ([e619ebd](https://github.com/sungly/cognito-cli/commit/e619ebdcc508128808179aaf35b3a934a8eb8c3c))
* **user-cmds:** Added more user service commands ([#5](https://github.com/sungly/cognito-cli/issues/5)) ([e2a004a](https://github.com/sungly/cognito-cli/commit/e2a004a19fc748e7c84624bc62d4490f6dcc1f9e))
* **user-service:** Cognito user service ([#4](https://github.com/sungly/cognito-cli/issues/4)) ([69abfa2](https://github.com/sungly/cognito-cli/commit/69abfa2e51dbb59bae464aa1feb4c42869972071))
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": "cognito-cli",
"version": "0.1.0",
"version": "1.0.0",
"description": "CLI for all Cognito user life cycle management ",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit a67cda1

Please sign in to comment.