Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfenton committed Feb 3, 2024
1 parent 31a1755 commit e8f790c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.1](https://github.com/gregfenton/i18next-node-firestore-backend/compare/v2.0.0...v2.0.1) (2024-02-03)


### Features

* code moved to TypeScript and proper .d.js now available ([4f967a4](https://github.com/gregfenton/i18next-node-firestore-backend/commit/4f967a4074228799f231b8a3e388cf9213d30ef3))
* improved config error detection ([90fbd1a](https://github.com/gregfenton/i18next-node-firestore-backend/commit/90fbd1a2ef17aa5f4ffee9d01edf90f8c0cf815f))

## [2.0.0](https://github.com/gregfenton/i18next-node-firestore-backend/compare/v1.0.0...v2.0.0) (2024-02-02)


Expand Down
2 changes: 1 addition & 1 deletion examples/admin-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-cli",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"type": "module",
"description": "CLI-based NodeJS example of using i18next-node-firestore-backend and Firebase Admin SDK",
Expand Down
2 changes: 1 addition & 1 deletion examples/client-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client-cli",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"type": "module",
"description": "CLI-based NodeJS example of using i18next-node-firestore-backend and Firebase Client SDK",
Expand Down
2 changes: 1 addition & 1 deletion examples/client-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "client-react",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"description": "ReactJS/Vite example app using i18next-node-firestore-backend and Firebase Web Client SDK",
"type": "module",
"scripts": {
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": "i18next-node-firestore-backend",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"description": "Use i18next with Google Firestore as the backend for storing translation data",
"type": "module",
Expand Down

0 comments on commit e8f790c

Please sign in to comment.