Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.3...v1.1.0) (2022-09-30)

### Bug Fixes

* **api:** update visitor_id field name in req.headers and firestore to visitorid ([82aca1a](82aca1a))

### Features

* **deps:** bump dotenv from 16.0.2 to 16.0.3 ([435a4b6](435a4b6))
* **deps:** bump nodemailer from 6.7.8 to 6.8.0 ([a54dc5d](a54dc5d))
  • Loading branch information
semantic-release-bot committed Sep 30, 2022
1 parent 82aca1a commit 48749c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.1.0](https://github.com/sws2apps/sws2apps-api/compare/v1.0.3...v1.1.0) (2022-09-30)


### Bug Fixes

* **api:** update visitor_id field name in req.headers and firestore to visitorid ([82aca1a](https://github.com/sws2apps/sws2apps-api/commit/82aca1ad2b977856ed2a4e92c03ffb170509fd10))


### Features

* **deps:** bump dotenv from 16.0.2 to 16.0.3 ([435a4b6](https://github.com/sws2apps/sws2apps-api/commit/435a4b68e78917d8b3dcf8332f1d648a335b383e))
* **deps:** bump nodemailer from 6.7.8 to 6.8.0 ([a54dc5d](https://github.com/sws2apps/sws2apps-api/commit/a54dc5d93b8aae33a6e74d6102d3ae9f91bc5898))

## [1.0.3](https://github.com/sws2apps/sws2apps-api/compare/v1.0.2...v1.0.3) (2022-09-25)


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": "sws2apps-api",
"version": "1.0.3",
"version": "1.1.0",
"description": "Node apps to handle backend operations for all sws2apps services",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 48749c6

Please sign in to comment.