Skip to content

Commit 998ec2a

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.8.0...v2.0.0) (2022-12-03) ### Features * **api:** improve code performance when connecting to firestore service ([96e4743](96e4743)) * **deps:** bump helmet from 6.0.0 to 6.0.1 ([0bf37db](0bf37db)) ### BREAKING CHANGES * **api:** The way how this API connects to Firestore has been changed
1 parent 96e4743 commit 998ec2a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.0.0](https://github.com/sws2apps/sws2apps-api/compare/v1.8.0...v2.0.0) (2022-12-03)
2+
3+
4+
### Features
5+
6+
* **api:** improve code performance when connecting to firestore service ([96e4743](https://github.com/sws2apps/sws2apps-api/commit/96e47430ffa047fec01628f99eef8bf14fed3f01))
7+
* **deps:** bump helmet from 6.0.0 to 6.0.1 ([0bf37db](https://github.com/sws2apps/sws2apps-api/commit/0bf37db9a8429d48e9abdaac8633385d119adaad))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* **api:** The way how this API connects to Firestore has been changed
13+
114
# [1.8.0](https://github.com/sws2apps/sws2apps-api/compare/v1.7.0...v1.8.0) (2022-11-29)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sws2apps-api",
3-
"version": "1.8.0",
3+
"version": "2.0.0",
44
"description": "Node apps to handle backend operations for all sws2apps services",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)