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.2.0 🚀 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](1.1.0...1.2.0) (2022-06-28)

### Features

* **user-service:** use aws-sdk v3 ([49a93e1](49a93e1))
  • Loading branch information
semantic-release-bot committed Jun 28, 2022
1 parent a21100d commit 071d349
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.2.0](https://github.com/fourTheorem/slic-starter/compare/1.1.0...1.2.0) (2022-06-28)


### Features

* **user-service:** use aws-sdk v3 ([49a93e1](https://github.com/fourTheorem/slic-starter/commit/49a93e182373b792d726f1365d0f1fc6c3fe6d0e))

# [1.1.0](https://github.com/fourTheorem/slic-starter/compare/1.0.0...1.1.0) (2022-06-28)


Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slic-starter",
"version": "1.1.0",
"version": "1.2.0",
"description": "A complete serverless starter application",
"engines": {
"node": ">=16.15"
Expand Down Expand Up @@ -48,7 +48,11 @@
"@commitlint/config-conventional"
],
"rules": {
"body-max-line-length": [0, "always", 200]
"body-max-line-length": [
0,
"always",
200
]
}
},
"release": {
Expand Down

0 comments on commit 071d349

Please sign in to comment.