Skip to content

Commit

Permalink
Push for v 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando-mc committed Dec 15, 2021
1 parent 57faed3 commit ee2495d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -432,12 +432,16 @@ For guidelines on contributing to the project, please refer to our [Contributing

## Release Notes

### v2.7.7
### v2.8.0

- Adds a lot of patches and fixes from old deps to new ones.

### v2.7.6

- Adds support for easier NPM deploys via GitHub releases
- Allows to set the "redirect" property of routing rules to be an empty string, which is a legitimate value. - [EnricoPicci](https://github.com/EnricoPicci)
- Clearer details on where the plugin uploads files when key prefixed. [Lilja](https://github.com/Lilja)
- Why 2.7.7 you ask? Because there were a lot of CI tests that made this release happen. A awful lot of them.
- Why 2.7.6 you ask? Because there were a lot of CI tests that made this release happen. A awful lot of them.

### v2.6.0

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
@@ -1,6 +1,6 @@
{
"name": "serverless-finch",
"version": "2.7.7",
"version": "2.8.0",
"engines": {
"node": ">=14.15.5"
},
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Expand Up @@ -5,6 +5,6 @@
"node": ">=4.0"
},
"dependencies": {
"serverless-finch": "file:../serverless-finch-2.7.7.tgz"
"serverless-finch": "file:../serverless-finch-2.8.0.tgz"
}
}

0 comments on commit ee2495d

Please sign in to comment.