diff --git a/.changeset/twenty-gorillas-matter.md b/.changeset/twenty-gorillas-matter.md deleted file mode 100644 index f54654f..0000000 --- a/.changeset/twenty-gorillas-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Remove console.log when running tests diff --git a/apps/eslint-config/CHANGELOG.md b/apps/eslint-config/CHANGELOG.md index a46fa1e..cae54cd 100644 --- a/apps/eslint-config/CHANGELOG.md +++ b/apps/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckt1031/eslint-config +## 0.1.3 + +### Patch Changes + +- [#66](https://github.com/ckt1031/nodejs-config/pull/66) [`32a1ba0`](https://github.com/ckt1031/nodejs-config/commit/32a1ba0b2c491890f2c492273e8892b774dfbfc8) Thanks [@ckt1031](https://github.com/ckt1031)! - Remove console.log when running tests + ## 0.1.2 ### Patch Changes diff --git a/apps/eslint-config/package.json b/apps/eslint-config/package.json index caa9790..501d7e8 100644 --- a/apps/eslint-config/package.json +++ b/apps/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ckt1031/eslint-config", - "version": "0.1.2", + "version": "0.1.3", "description": "The official ESLint configuration for ckt1031 projects", "license": "MIT", "author": "Chan Ka Tsun (https://github.com/ckt1031/)", diff --git a/apps/prettier-config/CHANGELOG.md b/apps/prettier-config/CHANGELOG.md index bb82c0e..5456169 100644 --- a/apps/prettier-config/CHANGELOG.md +++ b/apps/prettier-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckt1031/prettier-config +## 0.1.3 + ## 0.1.2 ### Patch Changes diff --git a/apps/prettier-config/package.json b/apps/prettier-config/package.json index 03c353f..0cdbae0 100644 --- a/apps/prettier-config/package.json +++ b/apps/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ckt1031/prettier-config", - "version": "0.1.2", + "version": "0.1.3", "description": "The official Prettier configuration for ckt1031 projects", "author": "Chan Ka Tsun (https://github.com/ckt1031/)", "homepage": "https://github.com/ckt1031/nodejs-config#readme", diff --git a/apps/tsconfig/CHANGELOG.md b/apps/tsconfig/CHANGELOG.md index 80a3873..3d42ebc 100644 --- a/apps/tsconfig/CHANGELOG.md +++ b/apps/tsconfig/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckt1031/tsconfig +## 0.1.3 + ## 0.1.2 ## 0.1.1 diff --git a/apps/tsconfig/package.json b/apps/tsconfig/package.json index f1f93ec..761170a 100644 --- a/apps/tsconfig/package.json +++ b/apps/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@ckt1031/tsconfig", - "version": "0.1.2", + "version": "0.1.3", "description": "Typescript config for ckt1031, ensure the consistency of code quality.", "license": "MIT", "author": "Chan Ka Tsun (https://github.com/ckt1031/)",