@balena/pinejs 15.3.5-build-fix-fail-on-invalid-id-e3ca2ed93b065a1403d105ae2b4159b74639dbcd-1 → 15.3.5-build-fix-fail-on-invalid-id-e76e660ebb3f4de8bbb8a679ac1d99d0f4a79aca-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: Fix failure on delete requests with invalid ID
3
- hash: e3ca2ed93b065a1403d105ae2b4159b74639dbcd
3
+ hash: e76e660ebb3f4de8bbb8a679ac1d99d0f4a79aca
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: patch
@@ -9,7 +9,7 @@
9
9
  nested: []
10
10
  version: 15.3.5
11
11
  title: ""
12
- date: 2023-08-29T20:36:34.488Z
12
+ date: 2023-08-30T10:17:57.376Z
13
13
  - commits:
14
14
  - subject: Fix skipped migrations on empty database schema
15
15
  hash: b34235542b82a7d347b49f79f26be036509afd00
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
  # v15.3.5
8
- ## (2023-08-29)
8
+ ## (2023-08-30)
9
9
 
10
10
  * Fix failure on delete requests with invalid ID [Otávio Jacobi]
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.5-build-fix-fail-on-invalid-id-e3ca2ed93b065a1403d105ae2b4159b74639dbcd-1",
3
+ "version": "15.3.5-build-fix-fail-on-invalid-id-e76e660ebb3f4de8bbb8a679ac1d99d0f4a79aca-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2023-08-29T20:36:35.367Z"
147
+ "publishedAt": "2023-08-30T10:17:58.254Z"
148
148
  }
149
149
  }