Skip to content

Commit a899806

Browse files
authored
[Release] Increase to version 1.1.8 (#68)
1 parent 207ca1d commit a899806

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

RELEASES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Releases
22

3+
## 1.1.8 (Feb 27th, 2023)
4+
5+
- #61 Exclude files from published package
6+
- #65 Bump external library Sinon.JS to newer version which does not use eval
7+
- #64 Internal Task 17133116: Add Policheck exclusion file
8+
- #62 Add --no-sandbox to test runs
9+
310
## 1.1.7 (Oct 11th, 2022)
411

512
- #55 Update and add legal compliance notices and license terms

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microsoft/dynamicproto-js",
33
"author": "Microsoft Application Insights Team",
4-
"version": "1.1.7",
4+
"version": "1.1.8",
55
"description": "Microsoft Dynamic Proto Utility",
66
"keywords": [
77
"javascript",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microsoft/dynamicproto-js",
33
"description": "Microsoft Dynamic Proto Utility",
4-
"version": "1.1.7",
4+
"version": "1.1.8",
55
"keywords": [
66
"javascript",
77
"dynamic prototype",

0 commit comments

Comments
 (0)