Skip to content

Commit

Permalink
chore(main): release 0.1.8 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
wopjs-bot authored Feb 3, 2025
1 parent 55b52d6 commit 4d4989a
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.7"
".": "0.1.8"
}
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.8](https://github.com/wopjs/eslint-config/compare/v0.1.7...v0.1.8) (2025-02-03)


### Bug Fixes

* sort properties first ([55b52d6](https://github.com/wopjs/eslint-config/commit/55b52d62894e3782d02c8694a82f3d0ad9d00b14))

## [0.1.7](https://github.com/wopjs/eslint-config/compare/v0.1.6...v0.1.7) (2025-01-30)


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.7",
"version": "0.1.8",
"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 4d4989a

Please sign in to comment.