Skip to content

Commit

Permalink
chore(main): release 0.1.3 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx authored Jan 20, 2025
1 parent f27c892 commit ae640d9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 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.2"
".": "0.1.3"
}
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@

# Changelog

## [0.1.3](https://github.com/wopjs/eslint-config/compare/v0.1.2...v0.1.3) (2025-01-20)


### Build System

* **deps:** bump typescript-eslint from 8.20.0 to 8.21.0 in the dev-dependencies group ([#7](https://github.com/wopjs/eslint-config/issues/7)) ([a69a0fc](https://github.com/wopjs/eslint-config/commit/a69a0fc769f05fb4824d9ed6cc5c1c702246518a))
* update changelog ([f27c892](https://github.com/wopjs/eslint-config/commit/f27c8921c8af4023b385eb3657c7ca2647b35c97))


### Code Refactoring

* update deps version ([f22a625](https://github.com/wopjs/eslint-config/commit/f22a625ee1a742f898cce636e76d36cfca220076))

## [0.1.2](https://github.com/wopjs/eslint-config/compare/v0.1.0...v0.1.2) (2025-01-20)


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.2",
"version": "0.1.3",
"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 ae640d9

Please sign in to comment.