Skip to content

Commit

Permalink
chore: πŸ€– release v1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2024-04-11)

### Bug Fixes

* πŸ› disable expect-expect & no-deprecated-functions in e2e ([2ce0b5a](2ce0b5a))
* πŸ› include missing `cypress` for e2e testing ([370e228](370e228))

### Features

* ✨ add warnings for console logs ([2ee8dd7](2ee8dd7))
* ✨ allow numbers for restrict-template-expressions ([726264d](726264d))
  • Loading branch information
semantic-release-bot committed Apr 11, 2024
1 parent 2ce0b5a commit df2f045
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.4.0](https://github.com/jimmy-guzman/eslint-config/compare/v1.3.0...v1.4.0) (2024-04-11)


### Bug Fixes

* πŸ› disable expect-expect & no-deprecated-functions in e2e ([2ce0b5a](https://github.com/jimmy-guzman/eslint-config/commit/2ce0b5ab2855cf86ed86c3c25b102d1b154ff51f))
* πŸ› include missing `cypress` for e2e testing ([370e228](https://github.com/jimmy-guzman/eslint-config/commit/370e2287be11ef6b5ae452f90e5bbc1b983f7fd3))


### Features

* ✨ add warnings for console logs ([2ee8dd7](https://github.com/jimmy-guzman/eslint-config/commit/2ee8dd7bfbe33539e16504be866b5b0f99f3bf30))
* ✨ allow numbers for restrict-template-expressions ([726264d](https://github.com/jimmy-guzman/eslint-config/commit/726264d860879e9346a52c506e4ca2933b6774e4))

# [1.3.0](https://github.com/jimmy-guzman/eslint-config/compare/v1.2.0...v1.3.0) (2024-04-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimmy.codes/eslint-config",
"version": "1.3.0",
"version": "1.4.0",
"description": "another opinionated eslint config",
"keywords": [
"eslint",
Expand Down

0 comments on commit df2f045

Please sign in to comment.