Skip to content

Commit

Permalink
release(version): Release 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2024-03-21)

### chore

* **deps:** remove semantic-release-npm-github-publish ([#28](#28)) ([381cfd4](381cfd4))

### feat

* **ci:** use common release config ([#27](#27)) ([f7dd8bb](f7dd8bb))
* **recommended:** disable some rules ([#29](#29)) ([ddbf60e](ddbf60e))
  • Loading branch information
semantic-release-bot committed Mar 21, 2024
1 parent 65c7bba commit ce2a06b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.3.0](https://github.com/capitnflam/eslint-plugin/compare/v1.2.0...v1.3.0) (2024-03-21)


### chore

* **deps:** remove semantic-release-npm-github-publish ([#28](https://github.com/capitnflam/eslint-plugin/issues/28)) ([381cfd4](https://github.com/capitnflam/eslint-plugin/commit/381cfd4123772f9c0735e8c1085a3dd2c77c50d7))


### feat

* **ci:** use common release config ([#27](https://github.com/capitnflam/eslint-plugin/issues/27)) ([f7dd8bb](https://github.com/capitnflam/eslint-plugin/commit/f7dd8bb5a93a99ebd674b5d6d4a22fabdb6a1833))
* **recommended:** disable some rules ([#29](https://github.com/capitnflam/eslint-plugin/issues/29)) ([ddbf60e](https://github.com/capitnflam/eslint-plugin/commit/ddbf60e30f4f180d2e26c89f39d96a7468a046ea))

# [1.2.0](https://github.com/capitnflam/eslint-plugin/compare/v1.1.1...v1.2.0) (2024-03-17)


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,7 +1,7 @@
{
"name": "@flaminc/eslint-plugin",
"description": "Base Eslint configurations",
"version": "1.2.0",
"version": "1.3.0",
"author": "capitN.flam",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit ce2a06b

Please sign in to comment.