diff --git a/CHANGELOG.md b/CHANGELOG.md index 2550522..5a2be45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/shadiabuhilal/firestore-query-operators/compare/v1.0.0...v1.0.1) (2024-01-24) + + +### Bug Fixes + +* adding typescript type for this package ([#1](https://github.com/shadiabuhilal/firestore-query-operators/issues/1)) ([b0bc767](https://github.com/shadiabuhilal/firestore-query-operators/commit/b0bc767681f2c36f5d641e1895aa268ffcc6144b)) + # 1.0.0 (2024-01-11) ### Features diff --git a/package-lock.json b/package-lock.json index a5b535e..8aed6b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "firestore-query-operators", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "firestore-query-operators", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index 31c9ca3..9f01ceb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firestore-query-operators", - "version": "1.0.0", + "version": "1.0.1", "description": "Firestore query operators helper", "main": "index.js", "types": "types/index.d.ts",