Skip to content

Commit 4b9f898

Browse files
committed
chore(release): 1.12.1 [skip ci]
## [1.12.1](v1.12.0...v1.12.1) (2024-08-01) ### Bug Fixes * **no-shorthand-offset:** fix perf issue with lookbehind assertion, noissue ([8c62032](8c62032))
1 parent 3577e1a commit 4b9f898

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.12.1](https://github.com/5app/eslint-plugin-sequel/compare/v1.12.0...v1.12.1) (2024-08-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **no-shorthand-offset:** fix perf issue with lookbehind assertion, noissue ([8c62032](https://github.com/5app/eslint-plugin-sequel/commit/8c6203214c8792cd83eb5b814f63e234e6c386a9))
7+
18
# [1.12.0](https://github.com/5app/eslint-plugin-sequel/compare/v1.11.0...v1.12.0) (2024-08-01)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-sequel",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "Eslint rules for inline SQL",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)