Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2024-01-24)

### Bug Fixes

* fix exports types in package.json ([#2](#2)) ([1fa10f5](1fa10f5))
  • Loading branch information
semantic-release-bot committed Jan 24, 2024
1 parent 1fa10f5 commit 35b9903
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 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.2](https://github.com/shadiabuhilal/firestore-query-operators/compare/v1.0.1...v1.0.2) (2024-01-24)


### Bug Fixes

* fix exports types in package.json ([#2](https://github.com/shadiabuhilal/firestore-query-operators/issues/2)) ([1fa10f5](https://github.com/shadiabuhilal/firestore-query-operators/commit/1fa10f5c49f0625cb96f458dc0bc4f93967bf614))

## [1.0.1](https://github.com/shadiabuhilal/firestore-query-operators/compare/v1.0.0...v1.0.1) (2024-01-24)


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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "firestore-query-operators",
"version": "1.0.1",
"version": "1.0.2",
"description": "Firestore query operators helper",
"main": "index.js",
"types": "types/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs",
"types": "./types/index.d.ts"
"import": "./index.js",
"require": "./index.cjs",
"types": "./types/index.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit 35b9903

Please sign in to comment.