Skip to content

Commit 741e4e5

Browse files
committed
build: publish v0.0.8
1 parent 3847f76 commit 741e4e5

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22

33

4+
## v0.0.8
5+
6+
[compare changes](https://github.com/lzear/eslint-plugin-ninja/compare/v0.0.6...v0.0.8)
7+
8+
### 🚀 Features
9+
10+
- `optimize-string-ternary` ([3847f76](https://github.com/lzear/eslint-plugin-ninja/commit/3847f76))
11+
12+
### 🐞 Bug Fixes
13+
14+
- `npm pkg fix` ([82c38f4](https://github.com/lzear/eslint-plugin-ninja/commit/82c38f4))
15+
16+
### ❤️ Contributors
17+
18+
19+
420
## v0.0.6
521

622
[compare changes](https://github.com/lzear/eslint-plugin-ninja/compare/v2.3.0...v0.0.6)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-ninja",
33
"description": "Optimized ESLint Rules for Elite Coders",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"homepage": "https://www.dont.ninja",
66
"repository": {
77
"type": "git",
@@ -153,4 +153,4 @@
153153
"volta": {
154154
"node": "18.18.2"
155155
}
156-
}
156+
}

0 commit comments

Comments
 (0)