Skip to content

Commit

Permalink
chore(main): release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wopjs-bot committed Jan 27, 2025
1 parent 57ca59d commit 5224b76
Show file tree
Hide file tree
Showing 4 changed files with 11 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.5"
".": "0.1.6"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.6](https://github.com/wopjs/eslint-config/compare/v0.1.5...v0.1.6) (2025-01-27)


### Code Refactoring

* **json:** use official eslint json ([57ca59d](https://github.com/wopjs/eslint-config/commit/57ca59da1636bfcd8d6a8fb851f446668dad65e1))

## [0.1.5](https://github.com/wopjs/eslint-config/compare/v0.1.4...v0.1.5) (2025-01-22)


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.5",
"version": "0.1.6",
"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 5224b76

Please sign in to comment.