diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b45bd9c..b379b549e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [v3.5.0](https://github.com/staart/api/compare/v3.4.0...v3.5.0) (2020-11-14) + +### ✨ New features + +- [`de4dd7a6`](https://github.com/staart/api/commit/de4dd7a6) Add Google Maps module +- [`7d1c2918`](https://github.com/staart/api/commit/7d1c2918) Add Playwrite module + +### ♻️ Updates + +- [`a7197cb5`](https://github.com/staart/api/commit/a7197cb5) Rename service clients to `client` +- [`163f170e`](https://github.com/staart/api/commit/163f170e) Use tokensService instead of jwtService +- [`16afe470`](https://github.com/staart/api/commit/16afe470) Add default boolean configuration values + ## [v3.4.0](https://github.com/staart/api/compare/v3.3.1...v3.4.0) (2020-11-13) ### ✨ New features diff --git a/package-lock.json b/package-lock.json index 3f79981c1..0de65b9de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@staart/api", - "version": "3.4.0", + "version": "3.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 35704d6c3..9740fee73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@staart/api", - "version": "3.4.0", + "version": "3.5.0", "description": "SaaS backend framework with users, payments, APIs, and more", "repository": "git@github.com:staart/api.git", "author": "Anand Chowdhary ",