Skip to content

Commit

Permalink
chore: release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and DenisVorop committed Dec 25, 2023
1 parent 1833fec commit 71b22ff
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .release_bot/body
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Summary

Release type: __minor__. There are 0 BREAKING CHANGES and 1 features.

## 0.1.0 (2023-12-25)


### Features

* init ([1833fec](https://github.com/taskany-inc/eslint-rules-internal/commit/1833fec82970ed869c0660cea5cebd34154d82a4))

7 changes: 7 additions & 0 deletions .release_notes/0.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 0.1.0 (2023-12-25)


### Features

* init ([1833fec](https://github.com/taskany-inc/eslint-rules-internal/commit/1833fec82970ed869c0660cea5cebd34154d82a4))

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines.

## 0.1.0 (2023-12-25)


### Features

* init ([1833fec](https://github.com/taskany-inc/eslint-rules-internal/commit/1833fec82970ed869c0660cea5cebd34154d82a4))

# Changelog

All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taskany/eslint-plugin-rules",
"version": "0.0.1",
"version": "0.1.0",
"description": "Taskany eslint rules",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -20,4 +20,4 @@
"typescript": "^5.3.3"
},
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.1.0

0 comments on commit 71b22ff

Please sign in to comment.