@forge/events

2.0.14-next.12.0.14
~

Modified (2 files)

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/events",
-  "version": "2.0.14-next.1",
+  "version": "2.0.14",
   "description": "Forge Async Event methods",
   "author": "Atlassian",
   "license": "SEE LICENSE IN LICENSE.txt",
   "main": "out/index.js",
@@ -15,9 +15,9 @@
     "@types/node": "20.19.1",
     "@types/uuid": "^9.0.8"
   },
   "dependencies": {
-    "@forge/api": "6.4.2-next.1",
+    "@forge/api": "6.4.2",
     "uuid": "^9.0.1"
   },
   "publishConfig": {
     "registry": "https://packages.atlassian.com/api/npm/npm-public/"
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,13 @@
 # @forge/events
 
+## 2.0.14
+
+### Patch Changes
+
+- Updated dependencies [16e7d61]
+  - @forge/[email protected]
+
 ## 2.0.14-next.1
 
 ### Patch Changes