Skip to content

Commit

Permalink
chore(main): release 0.1.9 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
wopjs-bot authored Feb 3, 2025
1 parent cc2e3af commit 896217d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.8"
".": "0.1.9"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.9](https://github.com/wopjs/eslint-config/compare/v0.1.8...v0.1.9) (2025-02-03)


### Reverts

* **deps:** use jsonc for better fix hint ([e3765b1](https://github.com/wopjs/eslint-config/commit/e3765b16abae7fca280eb77905c99902e2adb4b9))


### Build System

* **deps:** bump the dev-dependencies group across 1 directory with 2 updates ([#18](https://github.com/wopjs/eslint-config/issues/18)) ([cc2e3af](https://github.com/wopjs/eslint-config/commit/cc2e3af17c25afcb45e67b5b4a1f95d550ad83a7))

## [0.1.8](https://github.com/wopjs/eslint-config/compare/v0.1.7...v0.1.8) (2025-02-03)


Expand Down
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": "@wopjs/eslint-config",
"version": "0.1.8",
"version": "0.1.9",
"description": "Wopjs eslint config that aims to enforce code style that is consistent and diff-friendly, easy to review.",
"repository": "wopjs/eslint-config",
"main": "./index.js",
Expand Down

0 comments on commit 896217d

Please sign in to comment.