Skip to content

Commit

Permalink
Merge pull request #583 from Nyaran/release/v2.0.0
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
Nyaran committed Jul 7, 2024
2 parents dfef7b1 + 29a3127 commit 84928c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.0-next-?] - 2024-06-22
## [2.0.0] - 2024-07-07
### 💥 Breaking Change
* This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
* This package is now pure ESM. It should not affect if using gplint as a cli tool, if you have problems with integration, please, first [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
* Drop Node 14 and 16 support.
* Level "on" was deprecated on v1, and now was removed. Replace it with "error" or "warn" on your .gplintrc file.
* On rule `required-tags` the `tags` was deprecated, now was removed. Replace it with `scenario` the use in the same way.
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": "gplint",
"version": "2.0.0-beta.6",
"version": "2.0.0",
"description": "A Gherkin linter/validator written in javascript.",
"author": "Luis Zurro",
"homepage": "https://github.com/Nyaran/gplint#readme",
Expand Down

0 comments on commit 84928c5

Please sign in to comment.