diff --git a/.changeset/neat-geckos-occur.md b/.changeset/neat-geckos-occur.md deleted file mode 100644 index e6ae820..0000000 --- a/.changeset/neat-geckos-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/ts-config': patch ---- - -update package fields diff --git a/packages/ts-config/CHANGELOG.md b/packages/ts-config/CHANGELOG.md new file mode 100644 index 0000000..de3eb66 --- /dev/null +++ b/packages/ts-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @commencis/ts-config + +## 0.0.2 + +### Patch Changes + +- [#80](https://github.com/Commencis/js-toolkit/pull/80) [`35090f1`](https://github.com/Commencis/js-toolkit/commit/35090f13141a277fd4cd805efe0378452e0ce0e7) Thanks [@ymehmetcan](https://github.com/ymehmetcan)! - update package fields diff --git a/packages/ts-config/package.json b/packages/ts-config/package.json index fc62d61..e72837e 100644 --- a/packages/ts-config/package.json +++ b/packages/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/ts-config", - "version": "0.0.1", + "version": "0.0.2", "description": "Commencis TypeScript Config", "author": "Commencis WEB Team", "license": "Apache-2.0",