Skip to content

Commit

Permalink
fix typing definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning committed Nov 5, 2023
1 parent 359008d commit ab00e1d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.8

- fix typing definitions

## 0.3.7

- use ESM only
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@aptabase/react-native",
"version": "0.3.7",
"version": "0.3.8",
"private": false,
"description": "React Native SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps",
"sideEffects": false,
"author": "goenning <[email protected]>",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"types": "./dist/index.d.mts",
"repository": {
"type": "git",
"url": "git+https://github.com/aptabase/aptabase-react-native.git"
Expand Down

0 comments on commit ab00e1d

Please sign in to comment.