Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-12-20)

### Bug Fixes

* **ci:** add missing code coverage instrumentation step ([a77468f](a77468f))
* **ci:** configure default release branches for semantic-release ([6e14ba2](6e14ba2))
* **ci:** configure semantic-release npm plugin ([9fe4b3b](9fe4b3b))
* **ci:** fix broken config ([66f35f8](66f35f8))
* **ci:** fix broken YAML ([3fbd075](3fbd075))
* **ci:** fix broken YAML ([63d3acd](63d3acd))
* **ci:** fix broken YAML ([5a31dc1](5a31dc1))
* **ci:** fix broken YAML ([4e18699](4e18699))
* **ci:** fix releaserc configuration ([70d4a8a](70d4a8a))
* **ci:** fix the npm registry publishing ([30b5bd6](30b5bd6))
* **ci:** turn off signed git tags as well ([5d90b73](5d90b73))
* **ci:** turn off signed pushes ([730bfa8](730bfa8))
* **ci:** use oslashbot personal access token always ([f6c7590](f6c7590))
* **ci:** use the action directive correctly for 'npm ci' commands ([27b2c83](27b2c83))
* **docs:** update markdown formatting to fix badge ([5daa557](5daa557))
* **release:** set missing env for alex ([571445e](571445e))
* **test:** configure nyc correctly for TypeScript and turn on coverage for ALL files ([03fa86c](03fa86c))

### Features

* add all rules ([2bf8fe1](2bf8fe1))
* add core ([f0a6e47](f0a6e47))
* add semantic-release config ([34ee9f3](34ee9f3))
* basic setup ([578eb5f](578eb5f))
* **ci:** add code coverage ([bae1e4e](bae1e4e))
  • Loading branch information
oslashbot committed Dec 20, 2021
1 parent baa0a88 commit 7572519
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7572519

Please sign in to comment.