We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e811d5d commit 27b9141Copy full SHA for 27b9141
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
4
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 1.0.29 - 2019-06-08
8
+
9
+* Add config for armv7l [Alexis Svinartchouk]
10
11
## 1.0.28 - 2019-05-02
12
13
* Update interface for node 12 interface changes [Gergely Imreh]
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ext2fs",
3
- "version": "1.0.28",
+ "version": "1.0.29",
"description": "NodeJS native bindings to the libext2fs for cross-platform ext filesystem handling",
"author": "Petros Angelatos <petrosagg@balena.io>",
"contributors": [
0 commit comments