Skip to content

Commit 39e57a4

Browse files
committed
2 parents f587c68 + a7c58da commit 39e57a4

File tree

3 files changed

+90
-9
lines changed

3 files changed

+90
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.2.0](https://github.com/adobe/rum-proxy/compare/v1.1.1...v1.2.0) (2024-09-18)
2+
3+
4+
### Features
5+
6+
* **index:** better error messages ([2cd5dfe](https://github.com/adobe/rum-proxy/commit/2cd5dfea8adcba7e54425e0c2c803568ccf872ab))
7+
18
## [1.1.1](https://github.com/adobe/rum-proxy/compare/v1.1.0...v1.1.1) (2024-09-18)
29

310

package-lock.json

Lines changed: 81 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rum-proxy",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"private": true,
55
"description": "RUM Explorer proxy for og images & more",
66
"main": "src/index.js",
@@ -40,7 +40,7 @@
4040
"reporter-options": "configFile=.mocha-multi.json"
4141
},
4242
"devDependencies": {
43-
"@adobe/eslint-config-helix": "2.0.6",
43+
"@adobe/eslint-config-helix": "2.0.7",
4444
"@adobe/fetch": "4.1.8",
4545
"@cloudflare/workers-types": "4.20240806.0",
4646
"@semantic-release/changelog": "6.0.3",

0 commit comments

Comments
 (0)