@forge/api 2.12.0-next.2 → 2.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @forge/api
2
2
 
3
+ ## 2.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 60a3be6: Add NodeJS runtime support for unauthenticated product requests via the api object
8
+
9
+ ### Patch Changes
10
+
11
+ - 82ea466: Add metrics for NodeJS runtime
12
+ - 659107b: Implement getting webtrigger URL in Node runtime
13
+
3
14
  ## 2.12.0-next.2
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "2.12.0-next.2",
3
+ "version": "2.12.0",
4
4
  "description": "Forge API methods",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -12,7 +12,7 @@
12
12
  "compile": "tsc -b -v"
13
13
  },
14
14
  "devDependencies": {
15
- "@forge/runtime": "4.3.0-next.0",
15
+ "@forge/runtime": "4.3.0",
16
16
  "@forge/util": "1.2.1",
17
17
  "nock": "^10.0.6",
18
18
  "@types/node": "^12.12.63"