Skip to content

Commit 2ce1277

Browse files
committed
doc: Release v1.1.6
1 parent d81207c commit 2ce1277

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# v1.1.6
2+
3+
## New Features
4+
5+
* Produce build that does not modify prototypes ([@aidenlx](https://github.com/aidenlx "Link to profile for user aidenlx")), ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack"))
6+
7+
## Dependency Updates
8+
9+
The following dependencies were updated:
10+
* upgrade @babel/core from 7.14.5 to 7.17.5
11+
* upgrade @babel/cli from 7.14.5 to 7.17.3
12+
* upgrade @babel/plugin-transform-modules-commonjs from 7.14.5 to 7.16.7
13+
* upgrade @babel/preset-env from 7.14.5 to 7.16.11
14+
* upgrade babel-jest from 27.1.0 to 27.5.1
15+
* upgrade eslint-plugin-jest from 24.4.0 to 26.1.1
16+
* upgrade jest from 27.1.1 to 27.5.1
17+
* upgrade jsdoc from 3.6.7 to 3.6.10
18+
* upgrade jsdom from 16.6.0 to 17.0.0
19+
* upgrade rollup from 2.56.3 to 2.67.3
20+
* upgrade typescript from 4.4.2 to 4.5.5
21+
122
# v1.1.5
223

324
## Bug Fix

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.5"
55-
integrity="sha512-PgDMK2pu/5iHU+sUvfCWIKugVg2NLSN1jmQJyJKbQw1MZAMvrU7XX3fPv4FJXgGBxTCsDnjhMmlZK5pzgPndTQ=="
54+
src="https://cdn.jsdelivr.net/npm/@jsonurl/jsonurl@1.1.6"
55+
integrity="sha512-XwwFcB+WGRTO/klfJWwRoi0xGhMVvZyioqS1p/kyOyHc9o/EExDVXTCsIwldO05Ad9R9E1zwgNZhVPNNqyhrFQ=="
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.5 | :white_check_mark: |
10-
| < 1.1.5 | :x: |
9+
| 1.1.6 | :white_check_mark: |
10+
| < 1.1.6 | :x: |
1111

1212
## Reporting a Vulnerability
1313

0 commit comments

Comments
 (0)