Skip to content

Commit

Permalink
chore(main): release 0.1.5 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
wopjs-bot authored Jan 22, 2025
1 parent 28871e4 commit 61d1fa6
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.4"
".": "0.1.5"
}
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.5](https://github.com/wopjs/eslint-config/compare/v0.1.4...v0.1.5) (2025-01-22)


### Features

* add defineConfig ([28871e4](https://github.com/wopjs/eslint-config/commit/28871e4f0fc7b501fedc18c1646ca8367c035e50))


### Build System

* **deps:** remove unused deps ([e475938](https://github.com/wopjs/eslint-config/commit/e475938e80b3fba57db11d4b7aafc94e96e45065))

## [0.1.4](https://github.com/wopjs/eslint-config/compare/v0.1.3...v0.1.4) (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.4",
"version": "0.1.5",
"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 61d1fa6

Please sign in to comment.