Skip to content

Commit 81dcf25

Browse files
committed
v1.0.0
1 parent a27b108 commit 81dcf25

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
10+
## [1.0.0] - 2024-01-23
911
### Added
1012
- additional typescript checks if useResource value is a function type, so it's
1113
impossible to accidently miss the external function wrapper during initialization

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"prepack": "npm run lint && npm run test && npm run build"
1010
},
1111
"type": "module",
12-
"main": "./dist/lib.cjs",
13-
"es2015": "./dist/lib.js",
12+
"main": "./dist/lib.js",
1413
"types": "./dist/lib.d.ts",
1514
"exports": {
1615
".": {

0 commit comments

Comments
 (0)