diff --git a/.changeset/unlucky-nails-promise.md b/.changeset/unlucky-nails-promise.md deleted file mode 100644 index 892c671..0000000 --- a/.changeset/unlucky-nails-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"expo-custom-assets": patch ---- - -adding license to npm diff --git a/CHANGELOG.md b/CHANGELOG.md index 5747c0b..b056dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # expo-custom-assets +## 1.3.3 + +### Patch Changes + +- e675846: adding license to npm + ## 1.3.0 ### Minor Changes diff --git a/package.json b/package.json index 5eeea85..a255e09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "expo-custom-assets", - "version": "1.3.2", + "version": "1.3.3", "description": "Expo plugin to add custom assets to native codebase", "main": "build/index.js", "types": "build/index.d.ts",