@forge/cache 2.0.5-next.1-experimental-f1d1bd8 → 2.0.6-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 +8 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,17 @@
1
1
  # @forge/cache
2
2
 
3
- ## 2.0.5-next.1-experimental-f1d1bd8
3
+ ## 2.0.6-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/api@8.0.6-next.0
8
+
9
+ ## 2.0.5
4
10
 
5
11
  ### Patch Changes
6
12
 
7
13
  - 01e9f12: Include package changelogs in published artifacts.
8
- - @forge/api@8.0.5-next.1-experimental-f1d1bd8
14
+ - @forge/api@8.0.5
9
15
 
10
16
  ## 2.0.5-next.1
11
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cache",
3
- "version": "2.0.5-next.1-experimental-f1d1bd8",
3
+ "version": "2.0.6-next.0",
4
4
  "description": "Forge Cache methods",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -19,7 +19,7 @@
19
19
  "typescript": "5.9.2"
20
20
  },
21
21
  "dependencies": {
22
- "@forge/api": "^8.0.5-next.1-experimental-f1d1bd8",
22
+ "@forge/api": "^8.0.6-next.0",
23
23
  "agentkeepalive": "^4.5.0",
24
24
  "node-fetch": "2.7.0",
25
25
  "object-sizeof": "^2.6.5"