diff --git a/.changeset/breezy-yaks-move.md b/.changeset/breezy-yaks-move.md deleted file mode 100644 index 725ee26..0000000 --- a/.changeset/breezy-yaks-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@akashrajpurohit/ts-npm-template": minor ---- - -docs: :memo: readme added with remark-add-query-param project using the template diff --git a/.changeset/gorgeous-shirts-speak.md b/.changeset/gorgeous-shirts-speak.md deleted file mode 100644 index a294999..0000000 --- a/.changeset/gorgeous-shirts-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@akashrajpurohit/ts-npm-template": patch ---- - -ci: :wrench: use re-usable setup-pnpm composite action diff --git a/.changeset/spicy-gorillas-explode.md b/.changeset/spicy-gorillas-explode.md deleted file mode 100644 index 9892724..0000000 --- a/.changeset/spicy-gorillas-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@akashrajpurohit/ts-npm-template": patch ---- - -ci: :wrench: added appropriate permissions for ci.yml diff --git a/.changeset/twenty-eels-shout.md b/.changeset/twenty-eels-shout.md deleted file mode 100644 index d7e7ed0..0000000 --- a/.changeset/twenty-eels-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@akashrajpurohit/ts-npm-template": patch ---- - -build(deps): :arrow_up: packages bumped up diff --git a/CHANGELOG.md b/CHANGELOG.md index c25be8f..9631fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @akashrajpurohit/ts-npm-template +## 2.2.0 + +### Minor Changes + +- [`9fe1ce2`](https://github.com/AkashRajpurohit/ts-npm-template/commit/9fe1ce296ad4d338ec216e4df1a7b8b0cc019b6b) Thanks [@AkashRajpurohit](https://github.com/AkashRajpurohit)! - docs: :memo: readme added with remark-add-query-param project using the template + +### Patch Changes + +- [`e43c54d`](https://github.com/AkashRajpurohit/ts-npm-template/commit/e43c54d55ca2abcbfb807f1f36193671e454435a) Thanks [@AkashRajpurohit](https://github.com/AkashRajpurohit)! - ci: :wrench: use re-usable setup-pnpm composite action + +- [`6f60ca1`](https://github.com/AkashRajpurohit/ts-npm-template/commit/6f60ca127aa748aaa13687b7349664b29b0bd11c) Thanks [@AkashRajpurohit](https://github.com/AkashRajpurohit)! - ci: :wrench: added appropriate permissions for ci.yml + +- [`6a818cb`](https://github.com/AkashRajpurohit/ts-npm-template/commit/6a818cbbcfec3adefa780416e0de64555b0e5be8) Thanks [@AkashRajpurohit](https://github.com/AkashRajpurohit)! - build(deps): :arrow_up: packages bumped up + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index bc1e166..07be169 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@akashrajpurohit/ts-npm-template", - "version": "2.1.0", + "version": "2.2.0", "description": "A project template to bootstrap NPM package with Typescript", "repository": { "type": "git",