@forge/feature-flags-node 1.1.3-next.0-experimental-6a5594a → 2.0.0-next.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 +9 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,15 +1,21 @@
1
1
  # @forge/feature-flags-node
2
2
 
3
- ## 1.1.3-next.0-experimental-6a5594a
3
+ ## 2.0.0-next.0
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - 6a5594a: Added new identifiers for targeting
7
+ - 96f7508: Added new identifiers for targeting
8
+
9
+ ### Patch Changes
10
+
11
+ - @forge/api@6.1.3-next.0
12
+
13
+ ## 1.1.3
8
14
 
9
15
  ### Patch Changes
10
16
 
11
17
  - Updated dependencies [504cd62]
12
- - @forge/api@6.1.2-next.0-experimental-6a5594a
18
+ - @forge/api@6.1.2
13
19
 
14
20
  ## 1.1.3-next.0
15
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/feature-flags-node",
3
- "version": "1.1.3-next.0-experimental-6a5594a",
3
+ "version": "2.0.0-next.0",
4
4
  "description": "Feature Flags Node SDK for Atlassian Forge apps running on Node Runtime",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -15,7 +15,7 @@
15
15
  "@types/node": "20.19.1"
16
16
  },
17
17
  "dependencies": {
18
- "@forge/api": "^6.1.2-next.0-experimental-6a5594a",
18
+ "@forge/api": "^6.1.3-next.0",
19
19
  "statsig-node": "^6.4.3"
20
20
  },
21
21
  "publishConfig": {