@forge/egress 2.0.3-experimental-90687cf → 2.0.3-experimental-847300f

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 +3 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @forge/egress
2
2
 
3
- ## 2.0.3-experimental-90687cf
3
+ ## 2.0.3-experimental-847300f
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
- - 90687cf: Update tsconfig.json to include ES2018 in lib and ensure target is set to ES2018
7
+ - 847300f: Update tsconfig.json to include ES2018 in lib and ensure target is set to ES2018
8
8
 
9
9
  ## 2.0.3
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/egress",
3
- "version": "2.0.3-experimental-90687cf",
3
+ "version": "2.0.3-experimental-847300f",
4
4
  "description": "Helpers and utils for egress implementation in Forge apps",
5
5
  "main": "out/index.js",
6
6
  "author": "Atlassian",