Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-meacham committed Nov 1, 2020
2 parents 82872ce + eb8a1bc commit 1b70dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -86,6 +86,7 @@ __deployment__:
```

## Release Notes
* 2.0.1 - Remove serverless peer dependency (thanks [@johnmee](https://github.com/johnmee))
* 2.0.0 - Major dependency upgrades, force node >= 12.
* 1.2.0 - The Serverless framework has added support for the resources.extensions block, which has slightly-more-formalized merge behaviour. 1.2.0 adds support for replacing the deployment ID in the extensions
block. (thanks [@glb](https://github.com/glb))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-plugin-bind-deployment-id",
"version": "2.0.0",
"version": "2.0.1",
"engines": {
"node": ">=12.0"
},
Expand Down

0 comments on commit 1b70dda

Please sign in to comment.