Skip to content

Commit 7a9e3ec

Browse files
committed
doc: Release v1.1.8
1 parent 6bc7937 commit 7a9e3ec

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v1.1.8
2+
3+
## Bug Fixes
4+
5+
* itest/es6-babel/package.json & itest/es6-babel/package-lock.json to reduce vulnerabilities ([@snyk-bot](https://github.com/snyk-bot "Link to profile for user snyk-bot"))
6+
* Fix bug stringifying number-like keys and values (#645) ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack"))
7+
18
# v1.1.7
29

310
## Bug Fixes

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.7"
55-
integrity="sha512-ZkCdWNHe73NUE5JGh5np0nCwazEu8jRG/bTT24zEeY825xMnhVlwKK29TWyYkvS1vT/gOFJtH4mK1Uns3yW+Wg=="
54+
src="https://cdn.jsdelivr.net/npm/@jsonurl/jsonurl@1.1.8"
55+
integrity="sha512-LIJoXzT8Z9ZYDVCop/RciWbhJCDBzOevskMv9YPLHI8kGUtJ32DHHDWdIBLBmMoKkMr7vsZEysOrOBbVg7yioA=="
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.7 | :white_check_mark: |
10-
| < 1.1.7 | :x: |
9+
| 1.1.8 | :white_check_mark: |
10+
| < 1.1.8 | :x: |
1111

1212
## Reporting a Vulnerability
1313

0 commit comments

Comments
 (0)