Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nurliman committed May 10, 2024
1 parent 42cb223 commit 2855a01
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-wasps-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-emus-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-pears-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-nails-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-rings-happen.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @nurliman/base85

## 2.0.8

### Patch Changes

- [`365c46f`](https://github.com/nurliman/base85/commit/365c46fd0d0a75d65215bff1c2389538887b8493) Thanks [@nurliman](https://github.com/nurliman)! - update distributed js to be not minified

- [`42cb223`](https://github.com/nurliman/base85/commit/42cb223aa5ae8cb67aefe51e6d0dae95588e0552) Thanks [@nurliman](https://github.com/nurliman)! - add return type to charCodeArrayToString function

- [`1dfac91`](https://github.com/nurliman/base85/commit/1dfac91ea68ac1375faaff79f6e5c34f22d79023) Thanks [@nurliman](https://github.com/nurliman)! - fix error `String.fromCharCode` on bun

- [`087710a`](https://github.com/nurliman/base85/commit/087710ac487f9ed398c8c4b2fad34ddbfd66f2c7) Thanks [@nurliman](https://github.com/nurliman)! - use bun:test instead of vitest

- [`d2a046c`](https://github.com/nurliman/base85/commit/d2a046c1f379456e4be10b15cb5b2e5b57deb4df) Thanks [@nurliman](https://github.com/nurliman)! - use bun instead of pnpm

## 2.0.7

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nurliman/base85",
"description": "Browser and Node.js-compatible Base85 encoder/decoder.",
"version": "2.0.7",
"version": "2.0.8",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -28,7 +28,9 @@
"browser",
"node"
],
"files": ["dist/"],
"files": [
"dist/"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"exports": {
Expand Down

0 comments on commit 2855a01

Please sign in to comment.