@heroku/applink 1.0.0 → 1.0.2-beta.1

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 +11 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -31,4 +31,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
31
  - Fix Java heap memory test issue
32
32
 
33
33
  ## [1.0.0] - 2025-07-29
34
- - Bug fix in the Query and Ingestion calls to Datacloud
34
+ - Bug fix in the Query and Ingestion calls to Datacloud
35
+
36
+ ## [1.0.1] - 2025-11-10
37
+ - Switch CODEOWNERS to heroku-applink team
38
+
39
+ ## [1.0.2-beta.1] - 2026-01-28
40
+ - Dependabot Security Updates
41
+ - Bump jws from 3.2.2 to 3.2.3
42
+ - Bump mdast-util-to-hast from 13.2.0 to 13.2.1
43
+ - Bump lodash from 4.17.21 to 4.17.23
44
+ - Bump js-yaml from 3.14.1 to 3.14.2 and 4.1.0 to 4.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heroku/applink",
3
- "version": "1.0.0",
3
+ "version": "1.0.2-beta.1",
4
4
  "description": "Applink SDK for Heroku Apps.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",