diff --git a/CHANGELOG.md b/CHANGELOG.md index 5feab7b..3f0dc2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index fb39498..7074c9d 100644 --- a/package.json +++ b/package.json @@ -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",