Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 19, 2024
1 parent 02671d2 commit bdf9f62
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- commits:
- subject: Use noUncheckedIndexedAccess as TS configuration
hash: 49e25e582970ca39f66b92b0f8b5533e1c6a7f5a
body: |
This makes the code more strict even if it requires some redundant
validations.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
version: 4.1.1
title: ""
date: 2024-09-19T17:19:11.456Z
- commits:
- subject: Improve Task contructor typings
hash: 3d63b817c90011ba8b7e846aa85d40b65d03f03b
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/).

# v4.1.1
## (2024-09-19)

* Use noUncheckedIndexedAccess as TS configuration [Felipe Lalanne]

# v4.1.0
## (2024-08-05)

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": "4.1.0",
"version": "4.1.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-08-05T22:41:18.896Z"
"publishedAt": "2024-09-19T17:19:11.613Z"
}
}

0 comments on commit bdf9f62

Please sign in to comment.