Skip to content

Commit

Permalink
v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored May 10, 2024
1 parent c073eaa commit e00e49e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Fix import paths using `lib/*`
hash: 29e6263223b1008d37b0745441184969b425ec19
body: |
These import paths will not work after building the module.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
version: 3.5.1
title: ""
date: 2024-05-10T15:12:10.378Z
- commits:
- subject: Update sensor subscription at runtime init
hash: db777322f9f75fc0e50e2c1b4439bc1e27973c2b
Expand Down
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/).

# v3.5.1
## (2024-05-10)

* Fix import paths using `lib/*` [Felipe Lalanne]

# v3.5.0
## (2024-05-10)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mahler",
"version": "3.5.0",
"version": "3.5.1",
"description": "A automated task composer and HTN based planner for building autonomous system agents",
"homepage": "https://github.com/balena-io-modules/mahler#readme",
"main": "build/index.js",
Expand Down Expand Up @@ -81,6 +81,6 @@
"mahler-wasm": "^0.1.0"
},
"versionist": {
"publishedAt": "2024-05-10T03:19:25.959Z"
"publishedAt": "2024-05-10T15:12:10.555Z"
}
}

0 comments on commit e00e49e

Please sign in to comment.