Skip to content

Commit

Permalink
chore(release): 1.4.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.0-beta.1](v1.3.1...v1.4.0-beta.1) (2024-09-21)

### Features

* release ([cb650f3](cb650f3))

### Styles

* format ([db6f7be](db6f7be))

### Miscellaneous Chores

* add permissions to workflow ([4b232ad](4b232ad))
* disable renovate automerge ([5e28baf](5e28baf))
* fix release workflow ([d480a09](d480a09))
* update semantic-release to use pre-releases ([0b38a4a](0b38a4a))
* upgrade semantic-release ([84ae2db](84ae2db))
  • Loading branch information
semantic-release-bot committed Sep 21, 2024
1 parent cb650f3 commit ee57190
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.4.0-beta.1](https://github.com/nimec01/eslint-config/compare/v1.3.1...v1.4.0-beta.1) (2024-09-21)

### Features

* release ([cb650f3](https://github.com/nimec01/eslint-config/commit/cb650f366b5f6a9896c53020c49d99051c59eaf4))

### Styles

* format ([db6f7be](https://github.com/nimec01/eslint-config/commit/db6f7be1e95fb05689be4a8f9117b9fd3cde6cc6))

### Miscellaneous Chores

* add permissions to workflow ([4b232ad](https://github.com/nimec01/eslint-config/commit/4b232ad30fae483f121068dc39a2d1cd4ec13a2b))
* disable renovate automerge ([5e28baf](https://github.com/nimec01/eslint-config/commit/5e28baf9d34c91f815b84d356df225507871ca02))
* fix release workflow ([d480a09](https://github.com/nimec01/eslint-config/commit/d480a09a4f10e503391a3e56d1b44236ceee95ef))
* update semantic-release to use pre-releases ([0b38a4a](https://github.com/nimec01/eslint-config/commit/0b38a4aa0d4d09dc9636f784ea87fcf78b3584c8))
* upgrade semantic-release ([84ae2db](https://github.com/nimec01/eslint-config/commit/84ae2dbe0117fdb53d960c54480abf408c3339e1))

## [1.3.1](https://github.com/nimec01/eslint-config/compare/v1.3.0...v1.3.1) (2024-08-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@nimec/eslint-config",
"version": "1.3.1",
"version": "1.4.0-beta.1",
"type": "module",
"description": "My personal eslint config",
"keywords": [
Expand Down

0 comments on commit ee57190

Please sign in to comment.