Skip to content

Commit

Permalink
RELEASING: Releasing 1 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
realfresh committed Jun 16, 2023
1 parent eb9675d commit 448491c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/wet-pigs-own.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# murmurhash3.ts

## 0.1.9

### Patch Changes

- eb9675d: fix package.json postinstall

## 0.1.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "murmurhash3-ts",
"version": "0.1.8",
"version": "0.1.9",
"description": "MurmurHash3 in TypeScript",
"keywords": [
"hash",
Expand Down Expand Up @@ -40,7 +40,7 @@
"cs:add": "changeset add",
"cs:version": "changeset version",
"lint": "eslint src/**",
"postinstall": "pnpm exec syncpack format",
"postinstall": "syncpack format",
"release": "pnpm lint && pnpm build && pnpm test && changeset publish",
"test": "jest --config jest.config.js"
},
Expand Down

0 comments on commit 448491c

Please sign in to comment.