Skip to content

Commit

Permalink
chore(release): 1.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.19.0](v1.18.1...v1.19.0) (2022-11-02)

### Bug Fixes

* tests and ts-node ([79803e0](79803e0))

### Features

* Add version flag to the CLI ([c001035](c001035)), closes [#125](#125)
  • Loading branch information
semantic-release-bot committed Nov 2, 2022
1 parent 79803e0 commit 44c2687
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

# [1.19.0](https://github.com/svoboda-rabstvo/ngx-translate-lint/compare/v1.18.1...v1.19.0) (2022-11-02)


### Bug Fixes

* tests and ts-node ([79803e0](https://github.com/svoboda-rabstvo/ngx-translate-lint/commit/79803e06a7042b384c0007db1d589341802a187d))


### Features

* Add version flag to the CLI ([c001035](https://github.com/svoboda-rabstvo/ngx-translate-lint/commit/c0010351058234e138d26d2b430431d75512cf18)), closes [#125](https://github.com/svoboda-rabstvo/ngx-translate-lint/issues/125)

## [1.18.1](https://github.com/svoboda-rabstvo/ngx-translate-lint/compare/v1.18.0...v1.18.1) (2022-10-31)


Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Raman Lauryniuk <[email protected]>",
"name": "ngx-translate-lint",
"version": "1.18.1",
"version": "1.19.0",
"description": "Simple tools for check `ngx-translate` keys in app",
"license": "MIT",
"repository": "svoboda-rabstvo/ngx-translate-lint",
Expand Down Expand Up @@ -100,6 +100,7 @@
"@types/sinon": "^7.0.11",
"@types/string-similarity": "^3.0.0",
"chai": "^4.2.0",
"env-cmd": "^10.1.0",
"husky": "^2.3.0",
"markdownlint-cli": "^0.16.0",
"mocha": "^8.2.1",
Expand Down

0 comments on commit 44c2687

Please sign in to comment.