Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2020-04-29)

### Bug Fixes

* add remove-stack:dev script ([#5](#5)) ([6f063ab](6f063ab))
  • Loading branch information
semantic-release-bot committed Apr 29, 2020
1 parent 6f063ab commit c5778b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/wizeline/serverless-nodejs-fullstack/compare/v1.0.0...v1.0.1) (2020-04-29)


### Bug Fixes

* add remove-stack:dev script ([#5](https://github.com/wizeline/serverless-nodejs-fullstack/issues/5)) ([6f063ab](https://github.com/wizeline/serverless-nodejs-fullstack/commit/6f063ab6afd86ec11e89b2ae7db740449c20dbcf))

# 1.0.0 (2020-04-28)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myapp",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "",
"main": "handler.js",
Expand Down Expand Up @@ -50,4 +50,4 @@
"webpack": "^4.43.0"
},
"dependencies": {}
}
}

0 comments on commit c5778b0

Please sign in to comment.