Skip to content

Commit 16e373e

Browse files
committed
doc: Release v1.1.7
1 parent c8701b0 commit 16e373e

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v1.1.7
2+
3+
## Bug Fixes
4+
5+
* Drop support for Node 10.x ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack"))
6+
* 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"))
7+
* Update multiple build dependencies
8+
19
# v1.1.6
210

311
## New Features
@@ -7,6 +15,7 @@
715
## Dependency Updates
816

917
The following dependencies were updated:
18+
1019
* upgrade @babel/core from 7.14.5 to 7.17.5
1120
* upgrade @babel/cli from 7.14.5 to 7.17.3
1221
* upgrade @babel/plugin-transform-modules-commonjs from 7.14.5 to 7.16.7

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ import JsonURL from "@jsonurl/jsonurl";
5151

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

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The following versions are actively supported, including security updates.
66

77
| Version | Supported |
88
| ------- | ------------------ |
9-
| 1.1.6 | :white_check_mark: |
10-
| < 1.1.6 | :x: |
9+
| 1.1.7 | :white_check_mark: |
10+
| < 1.1.7 | :x: |
1111

1212
## Reporting a Vulnerability
1313

0 commit comments

Comments
 (0)