Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Oct 15, 2024
1 parent 986edd7 commit beed0a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.2 (2024-10-15)


### Features

* first commit ([986edd7](https://github.com/weiran-zsd/multi-config-eslint-rules/commit/986edd7e2da7e8ef053cd4669ec508ea4f5c4638))
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weiran.zsd/multi-eslint-rule-config",
"version": "0.0.1",
"version": "0.0.2",
"private": false,
"description": "Allows you to configure the same ESLint rule multiple times.",
"keywords": [
Expand Down Expand Up @@ -42,5 +42,9 @@
},
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit beed0a3

Please sign in to comment.