Skip to content

Commit

Permalink
doc: Release v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaccormack committed Oct 19, 2022
1 parent c8701b0 commit 16e373e
Show file tree
Hide file tree
Showing 3 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
@@ -1,3 +1,11 @@
# v1.1.7

## Bug Fixes

* Drop support for Node 10.x ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack"))
* Fix parse when the last value of an implied AQF object/array is falsey ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack"))
* Update multiple build dependencies

# v1.1.6

## New Features
Expand All @@ -7,6 +15,7 @@
## Dependency Updates

The following dependencies were updated:

* upgrade @babel/core from 7.14.5 to 7.17.5
* upgrade @babel/cli from 7.14.5 to 7.17.3
* upgrade @babel/plugin-transform-modules-commonjs from 7.14.5 to 7.16.7
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ import JsonURL from "@jsonurl/jsonurl";

```html
<script
src="https://cdn.jsdelivr.net/npm/@jsonurl/jsonurl@1.1.6"
integrity="sha512-XwwFcB+WGRTO/klfJWwRoi0xGhMVvZyioqS1p/kyOyHc9o/EExDVXTCsIwldO05Ad9R9E1zwgNZhVPNNqyhrFQ=="
src="https://cdn.jsdelivr.net/npm/@jsonurl/jsonurl@1.1.7"
integrity="sha512-5dbEkq6X5f3wvvLg43JjSbTU90d/UPu8VV+aFmlPnqKgoUZJlq4hmug6EelX7TJgLLsqtm0VMooPMH1Vd1O3Vg=="
crossorigin="anonymous"></script>
```

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The following versions are actively supported, including security updates.

| Version | Supported |
| ------- | ------------------ |
| 1.1.6 | :white_check_mark: |
| < 1.1.6 | :x: |
| 1.1.7 | :white_check_mark: |
| < 1.1.7 | :x: |

## Reporting a Vulnerability

Expand Down

0 comments on commit 16e373e

Please sign in to comment.