Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.6.0 🚀 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](1.5.0...1.6.0) (2023-10-03)

### Bug Fixes

* support Node 16.17 or later with testdouble/quibble fix ([ff28ba6](ff28ba6))
* update mergify syntax ([654c864](654c864))

### Features

* expire artifacts in bucket to avoid cost accumulation ([5f27091](5f27091))
  • Loading branch information
semantic-release-bot committed Oct 3, 2023
1 parent 654c864 commit bd341b7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.6.0](https://github.com/fourTheorem/slic-starter/compare/1.5.0...1.6.0) (2023-10-03)


### Bug Fixes

* support Node 16.17 or later with testdouble/quibble fix ([ff28ba6](https://github.com/fourTheorem/slic-starter/commit/ff28ba6dd6bbaa617231a4ce4881b92fe2611b20))
* update mergify syntax ([654c864](https://github.com/fourTheorem/slic-starter/commit/654c86453101ca483fdd5a02fdc2d124d41c4457))


### Features

* expire artifacts in bucket to avoid cost accumulation ([5f27091](https://github.com/fourTheorem/slic-starter/commit/5f27091e996cb1b279853e79f5ae4557557a5c02))

# [1.5.0](https://github.com/fourTheorem/slic-starter/compare/1.4.1...1.5.0) (2022-07-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slic-starter",
"version": "1.5.0",
"version": "1.6.0",
"description": "A complete serverless starter application",
"engines": {
"node": ">=16.15"
Expand Down

0 comments on commit bd341b7

Please sign in to comment.