@balena/pinejs 21.4.0-build-add-actions-example-a206c32001ccdda79820ac7357aa8aaf367bbf95-1 → 21.4.0-build-add-actions-example-00cabf6eb1629a826638b8c81dcf6d45a534872b-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.
- package/.versionbot/CHANGELOG.yml +2 -2
- package/CHANGELOG.md +1 -1
- package/package.json +2 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
- commits:
|
2
2
|
- subject: Add multipart upload actions
|
3
|
-
hash:
|
3
|
+
hash: 00cabf6eb1629a826638b8c81dcf6d45a534872b
|
4
4
|
body: ""
|
5
5
|
footer:
|
6
6
|
Change-type: minor
|
@@ -27,7 +27,7 @@
|
|
27
27
|
nested: []
|
28
28
|
version: 21.4.0
|
29
29
|
title: ""
|
30
|
-
date: 2025-05-
|
30
|
+
date: 2025-05-03T01:13:04.267Z
|
31
31
|
- commits:
|
32
32
|
- subject: Add multipart upload interface for handlers
|
33
33
|
hash: d78ee0da169cb9b252bfe8d51c4f57cd10051475
|
package/CHANGELOG.md
CHANGED
@@ -5,7 +5,7 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
7
|
# v21.4.0
|
8
|
-
## (2025-05-
|
8
|
+
## (2025-05-03)
|
9
9
|
|
10
10
|
* Add multipart upload actions [Otavio Jacobi]
|
11
11
|
* Add webresource vocabulary [Otavio Jacobi]
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.4.0-build-add-actions-example-
|
3
|
+
"version": "21.4.0-build-add-actions-example-00cabf6eb1629a826638b8c81dcf6d45a534872b-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -149,6 +149,6 @@
|
|
149
149
|
"recursive": true
|
150
150
|
},
|
151
151
|
"versionist": {
|
152
|
-
"publishedAt": "2025-05-
|
152
|
+
"publishedAt": "2025-05-03T01:13:05.284Z"
|
153
153
|
}
|
154
154
|
}
|