Skip to content

Commit

Permalink
chore(release): 1.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0-next.1 (2024-04-15)

### Build System

* add build command ([2fc6f63](2fc6f63))
* add test build command ([40906ec](40906ec))
* add test config ([3ca47ef](3ca47ef))
* **npm:** ignore all except `dist` ([7c226d6](7c226d6))
* 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))
* collect coverage ([9747dd8](9747dd8))

### Features

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

### Code Refactoring

* rename plugin ([0cc2895](0cc2895))

### Styles

* **release:** format config ([cb1d978](cb1d978))

### Tests

* add test cases ([1fc2cc6](1fc2cc6))
  • Loading branch information
semantic-release-bot committed Apr 15, 2024
1 parent cb1d978 commit e8224a1
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",
"version": "1.0.0-next.1",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e8224a1

Please sign in to comment.