Skip to content

Commit

Permalink
chore() Publish 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyaran committed Jul 15, 2023
1 parent 4fa09a2 commit 409f62b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 26 deletions.
14 changes: 3 additions & 11 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
# These are supported funding model platforms

#github: nyaran # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
#patreon: # Replace with a single Patreon username
#open_collective: # Replace with a single Open Collective username
ko_fi: nyaran # Replace with a single Ko-fi username
#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
#liberapay: # Replace with a single Liberapay username
#issuehunt: # Replace with a single IssueHunt username
#otechie: # Replace with a single Otechie username
#custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
ko_fi: nyaran
custom:
- https://www.buymeacoffee.com/nyaran
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ 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).

## [Unreleased]
* Check on [changelog folder](changelog).
## [1.5.0] - 2023-07-15
### Added
* Support custom rules in TypeScript by @Nyaran in https://github.com/Nyaran/gplint/pull/434

### Changed
* Improve rule no-restricted-patterns allowing to restrict words on steps by @AlexisArteaga13 in https://github.com/Nyaran/gplint/pull/433
* Improve rule keywords-in-logical-order allowing to detect missing keywords by @AlexisArteaga13 in https://github.com/Nyaran/gplint/pull/438

## [1.4.1] - 2023-03-14
### Fixed
Expand Down
12 changes: 0 additions & 12 deletions changelog/README.md

This file was deleted.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gplint",
"version": "1.4.1",
"version": "1.5.0",
"description": "A Gherkin linter/validator written in javascript.",
"author": "Luis Zurro",
"homepage": "https://github.com/Nyaran/gplint#readme",
Expand All @@ -15,6 +15,10 @@
{
"type": "ko-fi",
"url": "https://ko-fi.com/nyaran"
},
{
"type": "Buy me a coffee",
"url": "https://www.buymeacoffee.com/nyaran"
}
],
"license": "ISC",
Expand Down

0 comments on commit 409f62b

Please sign in to comment.