@balena/pinejs 15.0.4 → 15.0.5

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.
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Mark the bin scripts as executable
3
+ hash: b530c6d4f5c599e517345084f2db3c544118186e
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Thodoris Greasidis
9
+ nested: []
10
+ version: 15.0.5
11
+ title: ""
12
+ date: 2023-07-07T08:29:45.207Z
1
13
  - commits:
2
14
  - subject: Add transaction cancelation tests for properly hooked custom endpoints
3
15
  hash: dfe17f5933b2da276633ee713de5c2a0d714b656
@@ -17,7 +29,7 @@
17
29
  nested: []
18
30
  version: 15.0.4
19
31
  title: ""
20
- date: 2023-06-27T15:42:23.500Z
32
+ date: 2023-06-27T15:50:39.665Z
21
33
  - commits:
22
34
  - subject: Fix pinejs 15 migrations for the migrations model
23
35
  hash: 2705ae109fdef70777a38aa1000d117c32b84d2f
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v15.0.5
8
+ ## (2023-07-07)
9
+
10
+ * Mark the bin scripts as executable [Thodoris Greasidis]
11
+
7
12
  # v15.0.4
8
13
  ## (2023-06-27)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.0.4
1
+ 15.0.5
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.0.4",
3
+ "version": "15.0.5",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -138,6 +138,6 @@
138
138
  "recursive": true
139
139
  },
140
140
  "versionist": {
141
- "publishedAt": "2023-06-27T15:42:24.460Z"
141
+ "publishedAt": "2023-07-07T08:29:46.178Z"
142
142
  }
143
143
  }