Skip to content

Commit

Permalink
Merge pull request #282 from PagerDuty/release2.2.4
Browse files Browse the repository at this point in the history
Release 2.2.4.
  • Loading branch information
Brett Willemsen authored Nov 23, 2021
2 parents a9881d7 + 25ce321 commit 0424394
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 45 deletions.
32 changes: 28 additions & 4 deletions build/src/common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/src/common.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion build/src/convience.test.d.ts

This file was deleted.

30 changes: 0 additions & 30 deletions build/src/convience.test.js

This file was deleted.

1 change: 0 additions & 1 deletion build/src/convience.test.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion dist/pdjs-legacy.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pdjs-legacy.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pdjs.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<html>
<head>
<!-- pdjs-legacy for legacy browser support such as IE11. -->
<!-- <script src="https://github.com/PagerDuty/pdjs/releases/download/2.2.3/pdjs-legacy.js"></script> -->
<!-- <script src="https://github.com/PagerDuty/pdjs/releases/download/2.2.3/pdjs.js"></script> -->
<!-- <script src="https://github.com/PagerDuty/pdjs/releases/download/2.2.4/pdjs-legacy.js"></script> -->
<!-- <script src="https://github.com/PagerDuty/pdjs/releases/download/2.2.4/pdjs.js"></script> -->
<script src="../dist/pdjs.js"></script>
<script>
// This token is a test read-only token.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pagerduty/pdjs",
"version": "2.2.3",
"version": "2.2.4",
"description": "A new simple JavaScript wrapper for the PagerDuty API",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down

0 comments on commit 0424394

Please sign in to comment.