diff --git a/CHANGELOG.md b/CHANGELOG.md index a573ecb..63820b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [1.1.41](https://github.com/realtby/icons/compare/1.125...1.1.41) +#### [1.1.42](https://github.com/realtby/icons/compare/1.125...1.1.42) - feat: 🎸 add zoom minus and plus icons [`#30`](https://github.com/realtby/icons/pull/30) - style: 💄 redesign Telegram, Viber, Whatsapp [`#29`](https://github.com/realtby/icons/pull/29) @@ -12,16 +12,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - feat: 🎸 add offer form icons [`11d615f`](https://github.com/realtby/icons/commit/11d615fc6b503c82b8b8434e23aa4fecd4e84280) - feat: 🎸 add my-objects icons [`9b5658a`](https://github.com/realtby/icons/commit/9b5658a04923786713f42f479c82a15a960e7473) -#### [1.125](https://github.com/realtby/icons/compare/1.1.40...1.125) +#### [1.125](https://github.com/realtby/icons/compare/1.1.41...1.125) > 16 November 2022 -#### [1.1.40](https://github.com/realtby/icons/compare/1.1.39...1.1.40) +#### [1.1.41](https://github.com/realtby/icons/compare/1.1.39...1.1.41) > 16 February 2024 -- release(*): 1.1.40 [`1ada5e5`](https://github.com/realtby/icons/commit/1ada5e5c72cb2345c78e994bbf6da4467751af0c) -- feat: 🎸 add AutoRenewIcon [`96f7da6`](https://github.com/realtby/icons/commit/96f7da677721dd43162f40d1fa3adbd82fb83549) +- feat: 🎸 add AutoRenewIcon [`0290b96`](https://github.com/realtby/icons/commit/0290b96925bfce43efc962c2c7a3b80bfb8a7d7f) +- release(*): 1.1.41 [`e896289`](https://github.com/realtby/icons/commit/e896289a8730cdba98f266ff18cf69d591460fb1) #### [1.1.39](https://github.com/realtby/icons/compare/1.1.38...1.1.39) diff --git a/package-lock.json b/package-lock.json index 7bc1cfb..b1a30b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@realtby/icons", - "version": "1.1.41", + "version": "1.1.42", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@realtby/icons", - "version": "1.1.41", + "version": "1.1.42", "license": "UNLICENSED", "devDependencies": { "@babel/core": "^7.16.0", diff --git a/package.json b/package.json index 05f6510..d8d032e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@realtby/icons", "description": "realt.by icons library", - "version": "1.1.41", + "version": "1.1.42", "main": "./dist/icons.js", "module": "./dist/icons.esm.js", "types": "./dist/index.d.ts",