Skip to content

Commit

Permalink
Merge pull request #15 from moshie/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
moshie authored Nov 3, 2024
2 parents 2b33dea + 81063a1 commit ed96846
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-wasps-compete.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 @@
# deep-redact

## 1.0.6

### Patch Changes

- 016e0b5: Remove query-string in favour of qs so I can compile in CJS

## 1.0.5

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deep-redact",
"version": "1.0.5",
"version": "1.0.6",
"description": "Deeply redact sensitive data from JS primitives",
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
Expand All @@ -19,7 +19,9 @@
"require": "./dist/index.cjs"
}
},
"files": ["dist/"],
"files": [
"dist/"
],
"keywords": [
"blacklist",
"sensitive",
Expand Down

0 comments on commit ed96846

Please sign in to comment.