From 62049b890807d16870d667c288538aed41b717f0 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 24 Aug 2023 22:03:04 +0000 Subject: [PATCH] chore: release 1.1.1 --- .release_bot/body | 8 ++++---- .release_notes/1.1.1.md | 7 +++++++ CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 6 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 .release_notes/1.1.1.md diff --git a/.release_bot/body b/.release_bot/body index 413f20f..291dd96 100644 --- a/.release_bot/body +++ b/.release_bot/body @@ -1,11 +1,11 @@ ## Summary -Release type: __minor__. There are 0 BREAKING CHANGES and 1 features. +Release type: __patch__. There are 0 BREAKING CHANGES and 0 features. -## 1.1.0 (2023-08-14) +## [1.1.1](https://github.com/taskany-inc/icons/compare/v1.1.0...v1.1.1) (2023-08-24) -### Features +### Bug Fixes -* initial commit ([0d3f63f](https://github.com/taskany-inc/icons/commit/0d3f63f5de0da65c8c143191d3b79d16bef51610)) +* **deps:** bump bricks in peers ([4a9998f](https://github.com/taskany-inc/icons/commit/4a9998fdb19219c72a111307017ee457284a8c29)) diff --git a/.release_notes/1.1.1.md b/.release_notes/1.1.1.md new file mode 100644 index 0000000..db30007 --- /dev/null +++ b/.release_notes/1.1.1.md @@ -0,0 +1,7 @@ +## [1.1.1](https://github.com/taskany-inc/icons/compare/v1.1.0...v1.1.1) (2023-08-24) + + +### Bug Fixes + +* **deps:** bump bricks in peers ([4a9998f](https://github.com/taskany-inc/icons/commit/4a9998fdb19219c72a111307017ee457284a8c29)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index b2979ef..0be1113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines. +## [1.1.1](https://github.com/taskany-inc/icons/compare/v1.1.0...v1.1.1) (2023-08-24) + + +### Bug Fixes + +* **deps:** bump bricks in peers ([4a9998f](https://github.com/taskany-inc/icons/commit/4a9998fdb19219c72a111307017ee457284a8c29)) + ## 1.1.0 (2023-08-14) diff --git a/package-lock.json b/package-lock.json index 21f217e..c17cfc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/icons", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/icons", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "teenyicons": "0.4.1" diff --git a/package.json b/package.json index 2e945c6..cc0b096 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/icons", - "version": "1.1.0", + "version": "1.1.1", "description": "Taskany Icons lib", "main": "dist/index.js", "module": "dist/es/index.js", diff --git a/version b/version index 1cc5f65..8cfbc90 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.1.1 \ No newline at end of file