diff --git a/.changeset/afraid-grapes-cross.md b/.changeset/afraid-grapes-cross.md deleted file mode 100644 index c79f296..0000000 --- a/.changeset/afraid-grapes-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nurliman/base85": patch ---- - -format code diff --git a/.changeset/cuddly-seals-mix.md b/.changeset/cuddly-seals-mix.md deleted file mode 100644 index df164f1..0000000 --- a/.changeset/cuddly-seals-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nurliman/base85": patch ---- - -update dependencies diff --git a/.changeset/popular-turkeys-listen.md b/.changeset/popular-turkeys-listen.md deleted file mode 100644 index 5e9ad93..0000000 --- a/.changeset/popular-turkeys-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nurliman/base85": patch ---- - -update linting command to use --write instead of --apply diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad30c1..ad28130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @nurliman/base85 +## 2.0.11 + +### Patch Changes + +- [`154bb36`](https://github.com/nurliman/base85/commit/154bb36e5fa55e5435addf0479b7d87bf81355dd) Thanks [@nurliman](https://github.com/nurliman)! - format code + +- [`2f8fafb`](https://github.com/nurliman/base85/commit/2f8fafbfcf7ff3bc703468911524b953856f25a0) Thanks [@nurliman](https://github.com/nurliman)! - update dependencies + +- [`d8d287b`](https://github.com/nurliman/base85/commit/d8d287b5c28aa459f3ae55c64ad76ccc3862bde1) Thanks [@nurliman](https://github.com/nurliman)! - update linting command to use --write instead of --apply + ## 2.0.10 ### Patch Changes diff --git a/package.json b/package.json index d5466e7..3cc4064 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nurliman/base85", "description": "Browser and Node.js-compatible Base85 encoder/decoder.", - "version": "2.0.10", + "version": "2.0.11", "type": "module", "publishConfig": { "access": "public" @@ -28,7 +28,9 @@ "browser", "node" ], - "files": ["dist/"], + "files": [ + "dist/" + ], "main": "./dist/index.cjs", "module": "./dist/index.js", "exports": {