Skip to content

Commit

Permalink
Merge pull request #132 from PagerDuty/2.2.1
Browse files Browse the repository at this point in the history
Build and test for version 2.2.1.
  • Loading branch information
Brett Willemsen authored Mar 23, 2021
2 parents 44375e8 + bdb07c9 commit 361f8f5
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 11 deletions.
8 changes: 8 additions & 0 deletions build/src/api.test.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/api.test.js.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 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.

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

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:/PagerDuty/pdjs/releases/download/2.2.0/pdjs-legacy.js"></script> -->
<!-- <script src="https:/PagerDuty/pdjs/releases/download/2.2.0/pdjs.js"></script> -->
<!-- <script src="https:/PagerDuty/pdjs/releases/download/2.2.1/pdjs-legacy.js"></script> -->
<!-- <script src="https:/PagerDuty/pdjs/releases/download/2.2.1/pdjs.js"></script> -->
<script src="../dist/pdjs.js"></script>
<script>
// This token is a test read-only token.
Expand Down
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.0",
"version": "2.2.1",
"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 361f8f5

Please sign in to comment.