Skip to content

Commit

Permalink
chore(release): 1.20.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.20.4](v1.20.3...v1.20.4) (2022-11-14)

### Bug Fixes

* custromRegExp option don't working on config (JSON) file ([663fb2a](663fb2a)), closes [#140](#140)
* Keys on Directive doesn't find key with - separator ([7dad22e](7dad22e)), closes [#142](#142)
  • Loading branch information
semantic-release-bot committed Nov 14, 2022
1 parent 166a8ae commit 1aeefc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## [1.20.4](https://github.com/svoboda-rabstvo/ngx-translate-lint/compare/v1.20.3...v1.20.4) (2022-11-14)


### Bug Fixes

* custromRegExp option don't working on config (JSON) file ([663fb2a](https://github.com/svoboda-rabstvo/ngx-translate-lint/commit/663fb2a86a84ef449a69aff6edab57e0357e25fd)), closes [#140](https://github.com/svoboda-rabstvo/ngx-translate-lint/issues/140)
* Keys on Directive doesn't find key with - separator ([7dad22e](https://github.com/svoboda-rabstvo/ngx-translate-lint/commit/7dad22eace7d4f4891cd158b8351f4d5c67c97b4)), closes [#142](https://github.com/svoboda-rabstvo/ngx-translate-lint/issues/142)

## [1.20.3](https://github.com/svoboda-rabstvo/ngx-translate-lint/compare/v1.20.2...v1.20.3) (2022-11-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Raman Lauryniuk <romanrostislavovich@gmail.com>",
"name": "ngx-translate-lint",
"version": "1.20.3",
"version": "1.20.4",
"description": "Simple tools for check `ngx-translate` keys in app",
"license": "MIT",
"repository": "svoboda-rabstvo/ngx-translate-lint",
Expand Down

0 comments on commit 1aeefc5

Please sign in to comment.