Skip to content

Commit ee2495d

Browse files
committed
Push for v 2.8.0
1 parent 57faed3 commit ee2495d

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,12 +432,16 @@ For guidelines on contributing to the project, please refer to our [Contributing
432432

433433
## Release Notes
434434

435-
### v2.7.7
435+
### v2.8.0
436+
437+
- Adds a lot of patches and fixes from old deps to new ones.
438+
439+
### v2.7.6
436440

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

442446
### v2.6.0
443447

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-finch",
3-
"version": "2.7.7",
3+
"version": "2.8.0",
44
"engines": {
55
"node": ">=14.15.5"
66
},

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"node": ">=4.0"
66
},
77
"dependencies": {
8-
"serverless-finch": "file:../serverless-finch-2.7.7.tgz"
8+
"serverless-finch": "file:../serverless-finch-2.8.0.tgz"
99
}
1010
}

0 commit comments

Comments
 (0)