Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
billchurch committed Dec 2, 2024
1 parent a0d8bfb commit f893dab
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.4.0](https://github.com/billchurch/webssh2_client/compare/v1.3.0...v1.4.0) (2024-12-02)


### Features

* add `passphrase` as a default masked property ([499291d](https://github.com/billchurch/webssh2_client/commit/499291d99307b8d9ad3f68082a04e6aaf9bc5f14))
* Case-insensitive property matching for sensitive data masking [#1](https://github.com/billchurch/jsmasker/issues/1) ([67526ff](https://github.com/billchurch/webssh2_client/commit/67526fffbef08bb339f53149f3f78a6748b5ba7a))
* properties are now case insensitive ([8adb7e1](https://github.com/billchurch/webssh2_client/commit/8adb7e152cd02b50f92b674f60c8161ef71647a1))

## [1.3.0](https://github.com/billchurch/webssh2_client/compare/v1.2.0...v1.3.0) (2024-11-29)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ npm install jsmasker
Include JSMasker directly in your HTML file using a CDN:

```html
<script src="https://cdn.jsdelivr.net/npm/jsmasker@1.3.0/dist/jsmasker.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jsmasker@1.4.0/dist/jsmasker.min.js"></script>
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsmasker",
"version": "1.3.0",
"version": "1.4.0",
"description": "A flexible module to mask sensitive properties in objects with customizable options, for both Node.js and browser",
"main": "src/index.js",
"browser": "dist/jsmasker.min.js",
Expand Down

0 comments on commit f893dab

Please sign in to comment.