diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..faf7417 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +# 1.0.0 (2021-12-20) + + +### Bug Fixes + +* **ci:** add missing code coverage instrumentation step ([a77468f](https://github.com/getoslash/eslint-plugin-tap/commit/a77468fc95974d03c5832fdcacb4c7f22363d8a4)) +* **ci:** configure default release branches for semantic-release ([6e14ba2](https://github.com/getoslash/eslint-plugin-tap/commit/6e14ba20705a4f686ff87a4818934db31c17950c)) +* **ci:** configure semantic-release npm plugin ([9fe4b3b](https://github.com/getoslash/eslint-plugin-tap/commit/9fe4b3bcd111ee97faaab0d17f6596ce7a36075c)) +* **ci:** fix broken config ([66f35f8](https://github.com/getoslash/eslint-plugin-tap/commit/66f35f81fc18bc2e63c36401b7e942ff4e8b133a)) +* **ci:** fix broken YAML ([3fbd075](https://github.com/getoslash/eslint-plugin-tap/commit/3fbd075b9e1c43072b17fbe16067593112a98523)) +* **ci:** fix broken YAML ([63d3acd](https://github.com/getoslash/eslint-plugin-tap/commit/63d3acdfdf2571ca1c698aa7497b5aff9b789426)) +* **ci:** fix broken YAML ([5a31dc1](https://github.com/getoslash/eslint-plugin-tap/commit/5a31dc157618521482113f8dda2160bde49a99cc)) +* **ci:** fix broken YAML ([4e18699](https://github.com/getoslash/eslint-plugin-tap/commit/4e18699efddebe47458b9149239316806389583f)) +* **ci:** fix releaserc configuration ([70d4a8a](https://github.com/getoslash/eslint-plugin-tap/commit/70d4a8aeb5512580f79caf6bf8017970f7b92d14)) +* **ci:** fix the npm registry publishing ([30b5bd6](https://github.com/getoslash/eslint-plugin-tap/commit/30b5bd6cbc735b7b360029271f44cbb2a00afd37)) +* **ci:** turn off signed git tags as well ([5d90b73](https://github.com/getoslash/eslint-plugin-tap/commit/5d90b730ed2c165572ce2c61b1241cccaeec548c)) +* **ci:** turn off signed pushes ([730bfa8](https://github.com/getoslash/eslint-plugin-tap/commit/730bfa8589d8e3573627dfa08c95bfe3c156def8)) +* **ci:** use oslashbot personal access token always ([f6c7590](https://github.com/getoslash/eslint-plugin-tap/commit/f6c7590f9d583d7946033ae0c8f81f22e1286f3e)) +* **ci:** use the action directive correctly for 'npm ci' commands ([27b2c83](https://github.com/getoslash/eslint-plugin-tap/commit/27b2c837c69be26dc8b2e5c2468abf727806de71)) +* **docs:** update markdown formatting to fix badge ([5daa557](https://github.com/getoslash/eslint-plugin-tap/commit/5daa557ecc39e259d28d9db628a985997b0d885f)) +* **release:** set missing env for alex ([571445e](https://github.com/getoslash/eslint-plugin-tap/commit/571445e5744ebb152e14403f5341cd01eee374f0)) +* **test:** configure nyc correctly for TypeScript and turn on coverage for ALL files ([03fa86c](https://github.com/getoslash/eslint-plugin-tap/commit/03fa86caedef941b061f3f407b732b90b4d1abfa)) + + +### Features + +* add all rules ([2bf8fe1](https://github.com/getoslash/eslint-plugin-tap/commit/2bf8fe1a381b2d4eda4fdc4f9d1b717c7a8ca61b)) +* add core ([f0a6e47](https://github.com/getoslash/eslint-plugin-tap/commit/f0a6e47eadb459f894a240316e7bf2c48a0c14ea)) +* add semantic-release config ([34ee9f3](https://github.com/getoslash/eslint-plugin-tap/commit/34ee9f375c84d984341c04bbf4fed1f3657a98dd)) +* basic setup ([578eb5f](https://github.com/getoslash/eslint-plugin-tap/commit/578eb5f2f7e2d7bd95a3fb973d4ffda9bc68f817)) +* **ci:** add code coverage ([bae1e4e](https://github.com/getoslash/eslint-plugin-tap/commit/bae1e4ee55b888b82ba18d77c90e828327c2b3c1)) diff --git a/package-lock.json b/package-lock.json index 62cac23..fcbdd91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-tap", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-tap", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "espurify": "2.1.1", diff --git a/package.json b/package.json index eacbd6b..4bfb9d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-tap", - "version": "0.0.0", + "version": "1.0.0", "description": "ESLint rules for tap", "license": "MIT", "repository": "https://github.com/getoslash/eslint-plugin-tap",