Skip to content

Commit

Permalink
chore() Publish 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyaran committed Mar 4, 2023
1 parent f925546 commit 3cb6d9a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
* Check on [changelog folder](changelog).

## [1.4.0] - 2023-03-04
### Changed
* Escape pipes in table cells (by @devilj) #357.
* Run tests on node 18 and 19.
* Migrate project to TypeScript.

## [1.3.0] - 2022-03-07
### Added
* Added rules `allow-all-caps` & `allow-all-lowercase` #123.
Expand Down
3 changes: 0 additions & 3 deletions changelog/node-18.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/ts-migration.md

This file was deleted.

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": "1.3.0",
"version": "1.4.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 3cb6d9a

Please sign in to comment.