diff --git a/.changeset/khaki-flowers-exist.md b/.changeset/khaki-flowers-exist.md deleted file mode 100644 index e22c3f7..0000000 --- a/.changeset/khaki-flowers-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bpac-js": patch ---- - -ignore build files for prod diff --git a/CHANGELOG.md b/CHANGELOG.md index 1549772..0ab7e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # bpac-js +## 2.0.2 + +### Patch Changes + +- 748101e: ignore build files for prod + ## 2.0.1 ### Patch Changes diff --git a/package.json b/package.json index 99e1f6f..c4c9fe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bpac-js", - "version": "2.0.1", + "version": "2.0.2", "description": "High level API for interacting with the Brother BPAC SDK", "main": "lib/index.js ", "module": "lib/index.mjs ",