Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.11 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.11](v1.0.0-beta.10...v1.0.0-beta.11) (2022-09-24)

### Bug Fixes

* **generate:** ignore any directories/files that begin with an underscore ([a7e6f08](a7e6f08)), closes [#43](#43)
  • Loading branch information
semantic-release-bot committed Sep 24, 2022
1 parent 02ab32e commit 5ca2886
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-beta.11](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-09-24)


### Bug Fixes

* **generate:** ignore any directories/files that begin with an underscore ([a7e6f08](https://github.com/yassinedoghri/astro-i18next/commit/a7e6f08710c4da71b4b595e6411494abb135d64f)), closes [#43](https://github.com/yassinedoghri/astro-i18next/issues/43)

# [1.0.0-beta.10](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-09-12)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-i18next",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "An astro integration of i18next + some utility components to help you translate your astro websites!",
"scripts": {
"test": "vitest",
Expand All @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit",
"typecheck:emit": "tsc --declaration --emitDeclarationOnly --outDir dist/types",
"commit": "cz",
"prepare": "husky install",
"prepare": "",
"semantic-release": "semantic-release"
},
"repository": {
Expand Down

0 comments on commit 5ca2886

Please sign in to comment.