Skip to content

Commit 362195a

Browse files
authored
chore(main): release 0.1.10 (#20)
1 parent 3d7b775 commit 362195a

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.github/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.9"
2+
".": "0.1.10"
33
}

CHANGELOG.md

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

3+
## [0.1.10](https://github.com/wopjs/eslint-config/compare/v0.1.9...v0.1.10) (2025-02-04)
4+
5+
6+
### Build System
7+
8+
* **deps:** bump eslint-plugin-perfectionist from 4.7.0 to 4.8.0 in the prod-deps group ([#19](https://github.com/wopjs/eslint-config/issues/19)) ([3d7b775](https://github.com/wopjs/eslint-config/commit/3d7b775a36d45f2f467a24ac5bcf6620cf7928aa))
9+
310
## [0.1.9](https://github.com/wopjs/eslint-config/compare/v0.1.8...v0.1.9) (2025-02-03)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wopjs/eslint-config",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Wopjs eslint config that aims to enforce code style that is consistent and diff-friendly, easy to review.",
55
"repository": "wopjs/eslint-config",
66
"main": "./index.js",

0 commit comments

Comments
 (0)