balena-image-fs 7.1.0 → 7.1.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 +5 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -4,7 +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
- ## 7.1.0 - 2022-12-12
7
+ ## 7.1.1 - 2022-12-20
8
+
9
+ * Update dependency jsdoc-to-markdown to 8.0.0 [Renovate Bot]
10
+
11
+ ## 7.1.0 - 2022-12-13
8
12
 
9
13
  * update dependencies [Zane Hitchcox]
10
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-image-fs",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Balena.io image filesystem manipulation utilities",
5
5
  "main": "build/index.js",
6
6
  "homepage": "https://github.com/balena-io-modules/balena-image-fs",
@@ -48,7 +48,7 @@
48
48
  "@types/node": "^18.11.9",
49
49
  "@types/tmp": "^0.2.3",
50
50
  "bluebird": "^3.7.2",
51
- "jsdoc-to-markdown": "^7.1.1",
51
+ "jsdoc-to-markdown": "^8.0.0",
52
52
  "mocha": "^10.1.0",
53
53
  "tmp": "^0.2.1",
54
54
  "ts-node": "^10.9.1",
@@ -65,6 +65,6 @@
65
65
  "node": "16"
66
66
  },
67
67
  "versionist": {
68
- "publishedAt": "2022-12-12T23:59:30.368Z"
68
+ "publishedAt": "2022-12-20T02:09:42.360Z"
69
69
  }
70
70
  }