Skip to content

Commit

Permalink
chore(i18n-validate): release @imranbarbhuiya/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed Jul 16, 2023
1 parent 3aaf810 commit 0991ebb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.

# [@imranbarbhuiya/i18n-validate@1.0.0]
(https://github.com/imranbarbhuiya/i18n-validate/tree/@imranbarbhuiya/[email protected]) - (2023-07-16)

## 🐛 Bug Fixes

- Fix reporting ([3aaf810](https://github.com/imranbarbhuiya/i18n-validate/commit/3aaf810dd5d9485efeedf1127539e822e84223ec))
- Handle object shortened ([63a6b6a](https://github.com/imranbarbhuiya/i18n-validate/commit/63a6b6a5e59c54346d8ae4b74040bba14508c457))
- Import file properly ([382da99](https://github.com/imranbarbhuiya/i18n-validate/commit/382da994baa8d8ee9219d30dca05f28f74332d80))
- Skip dynamic keys properly ([0b81611](https://github.com/imranbarbhuiya/i18n-validate/commit/0b81611d01b63c5a7422a55b0af03c31487c310f))
- Skip dynamic keys ([dfcdcfb](https://github.com/imranbarbhuiya/i18n-validate/commit/dfcdcfbe500f236d0264ddea2dd6dfdc19e10610))
- Add logs and use localePath ([347dc75](https://github.com/imranbarbhuiya/i18n-validate/commit/347dc75f4e851a621605216c4c584c383594d9a2))
- Api changes and add schema ([41f3156](https://github.com/imranbarbhuiya/i18n-validate/commit/41f31566fbf9c2f696c5b242e915729afeb33e4b))

## 🚀 Features

- Complete validator ([1fbab2c](https://github.com/imranbarbhuiya/i18n-validate/commit/1fbab2cdf8229702706b207f81c988002b93f3d7))
- Add parser ([56028b5](https://github.com/imranbarbhuiya/i18n-validate/commit/56028b5d249eb8f2646b865d0658565f579c9b1a))

# [@imranbarbhuiya/i18n-validate@0.0.0]
(https://github.com/imranbarbhuiya/i18n-validate/tree/@imranbarbhuiya/[email protected]) - (2023-07-16)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-validate",
"version": "0.0.0",
"version": "1.0.0",
"description": "A cli tool to find invalid i18n keys, missing variables and many more",
"main": "./dist/index.js",
"bin": "./dist/cli.js",
Expand Down

0 comments on commit 0991ebb

Please sign in to comment.