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 Jul 12, 2024
1 parent 154bb36 commit 3a3a203
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-grapes-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-seals-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-turkeys-listen.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.10",
"version": "2.0.11",
"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 3a3a203

Please sign in to comment.