Skip to content

Commit

Permalink
docs: updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Mar 11, 2021
1 parent 51ed238 commit 4789e39
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

### `v9.0.1`

- Fixes potential security issue with non-escaping input parameters for notify-send.

### `v9.0.0`

Breaking changes:
Expand All @@ -11,6 +15,10 @@ Breaking changes:
- Fix named pipe in WSL. See [#342](https://github.com/mikaelbr/node-notifier/pull/342).
- fixes possible injection issue for notify-send

### `v8.0.2`

- Fixes potential security issue with non-escaping input parameters for notify-send.

### `v8.0.0`

Breaking changes:
Expand Down Expand Up @@ -49,6 +57,14 @@ Breaking changes:

- Update to latest version of dependencies.

### `v5.4.4`

- Fixes potential security issue with non-escaping input parameters for notify-send.

### `v5.4.3`

- Fixes potential security issue with non-escaping input parameters for notify-send.

### `v5.4.3`

- Reverts breaking dependency upgrades from `v5.4.2` as some dependencies has removed Node 6 which is a breaking change.
Expand Down

0 comments on commit 4789e39

Please sign in to comment.