Skip to content

Commit

Permalink
v1.26.13
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Apr 29, 2021
1 parent 5b7967d commit f016599
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

# v1.26.13
## (2021-04-29)

* Add unpack type that does nothing [Robert Günzler]

# v1.26.12
## (2021-04-07)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leviathan",
"version": "1.26.12",
"version": "1.26.13",
"scripts": {
"prettify": "for component in 'suites' 'worker' 'core' 'client'; do npm --prefix $component run prettify; done",
"lint": "for component in 'suites' 'worker' 'core' 'client'; do npm --prefix $component run lint; done",
Expand Down

0 comments on commit f016599

Please sign in to comment.