Skip to content

Commit

Permalink
Bump version and update changelog for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryCrazyDog committed Feb 27, 2025
1 parent d2dc6fc commit 32b1c03
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
18 changes: 11 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Removed
- Minimum supported Node.js version is now v14.

## [2.0.0] - 2025-02-28
### Fixed
- `DELIMITER` command is now handled case insensitively.
### Deprecated
- Minimum supported Node.js version is now v14 to benefit from the nullish coalescing operator.

## [1.2.0] - 2020-05-25
### Added
Expand All @@ -15,22 +19,22 @@ and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.

## [1.1.0] - 2020-04-07
### Fixed
- `DELIMITER` command with no string follows is now ignored in `.split()` API.

- `DELIMITER` command with no string following is now ignored in `.split()` API.
### Changed
- `.split()` API is now combining more compatible statements than before.
- `.split()` API now combines more compatible statements than before.

## [1.0.1] - 2020-04-05
### Changed
- Update README.
- Updated README.

## [1.0.0] - 2020-04-05
### Added
- First release with `.split()` API.



[Unreleased]: https://github.com/VeryCrazyDog/mysql-parser/compare/1.2.0...HEAD
[Unreleased]: https://github.com/VeryCrazyDog/mysql-parser/compare/2.0.0...HEAD
[2.0.0]: https://github.com/VeryCrazyDog/mysql-parser/compare/1.2.0...2.0.0
[1.2.0]: https://github.com/VeryCrazyDog/mysql-parser/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/VeryCrazyDog/mysql-parser/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/VeryCrazyDog/mysql-parser/compare/1.0.0...1.0.1
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,6 +1,6 @@
{
"name": "@verycrazydog/mysql-parser",
"version": "1.2.0",
"version": "2.0.0",
"description": "Parser for MySQL statements",
"engines": {
"node": ">= 14",
Expand Down

0 comments on commit 32b1c03

Please sign in to comment.