We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7d713 commit 72f6d38Copy full SHA for 72f6d38
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.26 - 2019-01-28
8
+
9
+* Add arm config for native builds [Theodor Gherzan]
10
11
## 1.0.25 - 2019-01-25
12
13
* Fix build on latest xcode [Alexis Svinartchouk]
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ext2fs",
3
- "version": "1.0.25",
+ "version": "1.0.26",
"description": "NodeJS native bindings to the libext2fs for cross-platform ext filesystem handling",
"author": "Petros Angelatos <petrosagg@balena.io>",
"contributors": [
0 commit comments