From cb6a6cf5dc084ab53d5352c6e019038690cffdf8 Mon Sep 17 00:00:00 2001 From: leet-bot <67236993+leet-bot@users.noreply.github.com> Date: Sun, 4 Jul 2021 11:29:51 +0300 Subject: [PATCH] ci(changesets): version packages (#35) * ci(changesets): version packages * Update CHANGELOG.md Co-authored-by: github-actions[bot] Co-authored-by: roikoren755 <26850796+roikoren755@users.noreply.github.com> --- .changeset/tidy-turkeys-cheer.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tidy-turkeys-cheer.md diff --git a/.changeset/tidy-turkeys-cheer.md b/.changeset/tidy-turkeys-cheer.md deleted file mode 100644 index ff1d382..0000000 --- a/.changeset/tidy-turkeys-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"iql": patch ---- - -chore(deps): update dependency husky to v7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb4f5a..0b5ef93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # iql +## 0.2.2 + +Version 0.2.1 was not published to NPM, due to a misconfiguration. This version is identical. + +### Patch Changes + +- [#34](https://github.com/AltNext/iql/pull/34) [`46d3668`](https://github.com/AltNext/iql/commit/46d36689212a86776fb9ca315391226fc0dbfc32) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency husky to v7 + ## 0.2.1 ### Patch Changes diff --git a/package.json b/package.json index b3462dd..91a3aa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iql", - "version": "0.2.1", + "version": "0.2.2", "description": "IQL - Inline Query Language", "main": "./index.js", "types": "./index.d.ts",