From 8379dec8b47a5ab18cb214bf05b172752b5ea0b1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Sep 2022 07:21:02 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=A4=96):=201.2.0=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.2.0](https://github.com/vodyani/apollo-client/compare/v1.1.0...v1.2.0) (2022-09-29) ### Features * completed unit testing of all features and optimized for features with performance issues 🎉 ([556ea51](https://github.com/vodyani/apollo-client/commit/556ea5159c5dd7c546e2b6389d85fb61018a45fa)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b51aab..22c4a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/vodyani/apollo-client/compare/v1.1.0...v1.2.0) (2022-09-29) + + +### Features + +* completed unit testing of all features and optimized for features with performance issues 🎉 ([556ea51](https://github.com/vodyani/apollo-client/commit/556ea5159c5dd7c546e2b6389d85fb61018a45fa)) + # [1.1.0](https://github.com/vodyani/apollo-client/compare/v1.0.0...v1.1.0) (2022-09-28) diff --git a/package-lock.json b/package-lock.json index f8122bc..213b29a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/apollo-client", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/apollo-client", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@nestjs/common": "^8.4.7", diff --git a/package.json b/package.json index 60828a8..a5c9b96 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/apollo-client", "license": "MIT", - "version": "1.1.0", + "version": "1.2.0", "author": "ChoGathK", "description": "🛸 apollo client sdk", "homepage": "https://github.com/vodyani/apollo-client#readme",