Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
religiosa1 committed Jan 23, 2024
1 parent a27b108 commit 81dcf25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [1.0.0] - 2024-01-23
### Added
- additional typescript checks if useResource value is a function type, so it's
impossible to accidently miss the external function wrapper during initialization
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"prepack": "npm run lint && npm run test && npm run build"
},
"type": "module",
"main": "./dist/lib.cjs",
"es2015": "./dist/lib.js",
"main": "./dist/lib.js",
"types": "./dist/lib.d.ts",
"exports": {
".": {
Expand Down

0 comments on commit 81dcf25

Please sign in to comment.