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 (2024-04-16)

### Build System

* **release:** 1.0.0-next.1 [skip ci] ([e8224a1](e8224a1))
* **release:** 1.0.0-next.2 [skip ci] ([118fc17](118fc17)), closes [#1](#1) [#3](#3) [#2](#2)
* **release:** 1.0.0-next.3 [skip ci] ([ac272f3](ac272f3)), closes [#4](#4) [#5](#5)
* **release:** 1.0.0-next.4 [skip ci] ([f8573b4](f8573b4)), closes [#7](#7) [#6](#6)
* **release:** 1.0.0-next.5 [skip ci] ([1c0912c](1c0912c)), closes [#8](#8)
* add build command ([2fc6f63](2fc6f63))
* add test build command ([40906ec](40906ec))
* add test config ([3ca47ef](3ca47ef))
* **npm:** ignore all except `dist` ([7c226d6](7c226d6))
* remove `dist` before building ([#4](#4)) ([e235193](e235193))
* set up commit lint ([983e44f](983e44f))
* set up semantic release ([f84811e](f84811e))
* set version 1.0.0 ([1fdb25f](1fdb25f))
* setup license and author information ([6ca1a87](6ca1a87))
* setup linter and formatter ([95f6753](95f6753))
* setup pre-commit hook ([2671195](2671195))
* setup project ([57f8065](57f8065))

### Continuous Integration

* add build & test"workflow ([9eabc6c](9eabc6c))
* build and test on push ([#7](#7)) ([32e2f93](32e2f93))
* collect coverage ([9747dd8](9747dd8))
* run check on pull requests ([#1](#1)) ([7fb2760](7fb2760))

### Documentation

* add basic documentation ([#6](#6)) ([f3505e0](f3505e0))
* **readme:** add warning icon ([#8](#8)) ([4b959fe](4b959fe))

### Features

* add plugin configuration ([a06c0a3](a06c0a3))
* implement rule ([78838c4](78838c4))

### Code Refactoring

* rename plugin ([0cc2895](0cc2895))
* rename rule ([#5](#5)) ([91ff6a6](91ff6a6))
* reorganize code ([#3](#3)) ([5d5baaa](5d5baaa))

### Styles

* **license:** fix formatting ([#2](#2)) ([7e95265](7e95265))
* **release:** format config ([cb1d978](cb1d978))

### Tests

* add test cases ([1fc2cc6](1fc2cc6))
  • Loading branch information
semantic-release-bot committed Apr 16, 2024
1 parent 41d03f6 commit 21ca886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-typescript-inheritance",
"version": "1.0.0-next.5",
"version": "1.0.0",
"description": "ESLint typescript plugin to control class inheritance",
"keywords": [
"eslint",
Expand Down

0 comments on commit 21ca886

Please sign in to comment.