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.4.0 🚀 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](1.3.0...1.4.0) (2022-07-01)

### Features

* replace all aws-sdk v2 usages with aws sdk v3 clients ([c0fa19a](c0fa19a))
* **util:** use aws sdk v3 client for ssm ([237e0dc](237e0dc))
  • Loading branch information
semantic-release-bot committed Jul 1, 2022
1 parent 208be8d commit 6064021
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.4.0](https://github.com/fourTheorem/slic-starter/compare/1.3.0...1.4.0) (2022-07-01)


### Features

* replace all aws-sdk v2 usages with aws sdk v3 clients ([c0fa19a](https://github.com/fourTheorem/slic-starter/commit/c0fa19a2b6da099129737551d8c2fd4765525c42))
* **util:** use aws sdk v3 client for ssm ([237e0dc](https://github.com/fourTheorem/slic-starter/commit/237e0dc38526cb8f443c12d4bff94e0ea2974dc3))

# [1.3.0](https://github.com/fourTheorem/slic-starter/compare/1.2.0...1.3.0) (2022-06-29)


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.3.0",
"version": "1.4.0",
"description": "A complete serverless starter application",
"engines": {
"node": ">=16.15"
Expand Down

0 comments on commit 6064021

Please sign in to comment.