diff --git a/.changeset/nasty-points-deliver.md b/.changeset/nasty-points-deliver.md deleted file mode 100644 index f7fc592..0000000 --- a/.changeset/nasty-points-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@akashrajpurohit/ts-npm-template": major ---- - -feat: :sparkles: replace semantic release with changesets diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4300365 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @akashrajpurohit/ts-npm-template + +## 2.0.0 + +### Major Changes + +- [#32](https://github.com/AkashRajpurohit/ts-npm-template/pull/32) [`ff1cfab`](https://github.com/AkashRajpurohit/ts-npm-template/commit/ff1cfaba0668f6ff342bfe47efde8ab770ddc984) Thanks [@AkashRajpurohit](https://github.com/AkashRajpurohit)! - feat: :sparkles: replace semantic release with changesets diff --git a/package.json b/package.json index 719e89c..4217758 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@akashrajpurohit/ts-npm-template", - "version": "1.6.0", + "version": "2.0.0", "description": "A project template to bootstrap NPM package with Typescript", "repository": { "type": "git",