diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 69e8574..d0499b9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3324ab9..368633d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d2cc527..1716695 100644 --- a/package.json +++ b/package.json @@ -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", @@ -81,6 +81,6 @@ "mahler-wasm": "^0.1.0" }, "versionist": { - "publishedAt": "2024-05-10T03:19:25.959Z" + "publishedAt": "2024-05-10T15:12:10.555Z" } }