From 64fa9673929ef36a6b90e9d5c2679df76a8a347d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Oct 2022 13:01:26 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=A4=96):=201.4.0=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.4.0](https://github.com/vodyani/apollo-client/compare/v1.3.0...v1.4.0) (2022-10-15) ### Features * optimize dependencies and composition of classes ([1f63360](https://github.com/vodyani/apollo-client/commit/1f63360bf617f198c3fcc22016e22b80e4978b3c)) * reconstructing the data structure ([f773807](https://github.com/vodyani/apollo-client/commit/f77380704f40a93fd77cef4ac0d52c6f1b8adf79)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b19af..642b43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.4.0](https://github.com/vodyani/apollo-client/compare/v1.3.0...v1.4.0) (2022-10-15) + + +### Features + +* optimize dependencies and composition of classes ([1f63360](https://github.com/vodyani/apollo-client/commit/1f63360bf617f198c3fcc22016e22b80e4978b3c)) +* reconstructing the data structure ([f773807](https://github.com/vodyani/apollo-client/commit/f77380704f40a93fd77cef4ac0d52c6f1b8adf79)) + # [1.4.0-beta.1](https://github.com/vodyani/apollo-client/compare/v1.3.0...v1.4.0-beta.1) (2022-10-15) diff --git a/package-lock.json b/package-lock.json index a748ce7..6b7db79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/apollo-client", - "version": "1.4.0-beta.1", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/apollo-client", - "version": "1.4.0-beta.1", + "version": "1.4.0", "license": "MIT", "dependencies": { "@nestjs/common": "^8.4.7", diff --git a/package.json b/package.json index cc76e37..03949ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/apollo-client", "license": "MIT", - "version": "1.4.0-beta.1", + "version": "1.4.0", "author": "ChoGathK", "description": "🛸 apollo client sdk", "homepage": "https://github.com/vodyani/apollo-client#readme",