@forge/manifest 4.0.0-next.5 → 4.1.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 +31 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c9f0e83: Add following Jira Service Management modules:
8
+
9
+ - jiraServiceManagement:portalRequestCreatePropertyPanel module
10
+
11
+ ## 4.1.0-next.0
12
+
13
+ ### Minor Changes
14
+
15
+ - c9f0e83: Add following Jira Service Management modules:
16
+
17
+ - jiraServiceManagement:portalRequestCreatePropertyPanel module
18
+
19
+ ## 4.0.0
20
+
21
+ ### Major Changes
22
+
23
+ - 6728c67: Make validator interface asynchronous
24
+
25
+ ### Minor Changes
26
+
27
+ - c0c88f0: BCAT-1386 Remove scopes mapping for bitbucket repo created event
28
+
29
+ ### Patch Changes
30
+
31
+ - c1c93a4: Update manifest definitions
32
+ - b1684fd: Update manifest definitions
33
+
3
34
  ## 4.0.0-next.5
4
35
 
5
36
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "4.0.0-next.5",
3
+ "version": "4.1.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {