@forge/metrics 0.3.0-next.1 → 0.3.0-next.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @forge/metrics
2
2
 
3
+ ## 0.3.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 1a5e89d: Update link in readme for EAP docs
8
+
3
9
  ## 0.3.0-next.1
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Forge custom metrics
2
2
 
3
- See [Forge custom metrics](https://developer.atlassian.com/platform/forge/manage-custom-metrics/) for details on setup, use and visualising custom metrics instrumented in your forge app on [developer console](https://developer.atlassian.com/console/myapps)
3
+ See [Forge custom metrics](https://developer.atlassian.com/platform/forge/monitor-custom-metrics/) for details on setup, use and viewing custom metrics instrumented in your forge app on [developer console](https://developer.atlassian.com/console/myapps)
4
4
 
5
5
  ## Requirements
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/metrics",
3
- "version": "0.3.0-next.1",
3
+ "version": "0.3.0-next.2",
4
4
  "description": "Forge internal metrics",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",