@balena/sbvr-parser 1.4.1 → 1.4.2

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.
@@ -0,0 +1,14 @@
1
+ name: Flowzone
2
+
3
+ on:
4
+ pull_request:
5
+ types: [opened, synchronize, closed]
6
+ branches:
7
+ - "main"
8
+ - "master"
9
+
10
+ jobs:
11
+ flowzone:
12
+ name: Flowzone
13
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@master
14
+ secrets: inherit
@@ -1,3 +1,14 @@
1
+ - commits:
2
+ - subject: Switch from balenaCI to flowzone
3
+ hash: 21d465c883e0bd4841b19606076060401b49758b
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ version: 1.4.2
10
+ title: ""
11
+ date: 2022-10-14T16:21:38.940Z
1
12
  - commits:
2
13
  - subject: Update dependencies
3
14
  hash: 28e057c3c2329b9a3e76dcc136632eab7e271f48
@@ -15,7 +26,7 @@
15
26
  author: Pagan Gazzard
16
27
  version: 1.4.1
17
28
  title: "'Remove circleci/update deps'"
18
- date: 2022-04-08T11:57:30.485Z
29
+ date: 2022-04-08T11:53:36.217Z
19
30
  - commits:
20
31
  - subject: Addind ReferenceType
21
32
  hash: aa064c2f1f0d40d4fd07da53fe0b6f0e4a692e07
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
+ # v1.4.2
8
+ ## (2022-10-14)
9
+
10
+ * Switch from balenaCI to flowzone [Pagan Gazzard]
11
+
7
12
  # v1.4.1
8
13
  ## (2022-04-08)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-parser",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "SBVR to LF parser.",
5
5
  "main": "sbvr-parser.js",
6
6
  "scripts": {
@@ -34,6 +34,6 @@
34
34
  "_": "test"
35
35
  },
36
36
  "versionist": {
37
- "publishedAt": "2022-04-08T11:57:30.595Z"
37
+ "publishedAt": "2022-10-14T16:21:39.089Z"
38
38
  }
39
39
  }