diff --git a/CHANGELOG.md b/CHANGELOG.md index cec6c4c99..f879b0057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## (2024-03-11) Python Version 1.1.30, NPM Version 1.1.14 + +Last PR included in this release: https://github.com/lastmile-ai/aiconfig/pull/1401 + ## (2024-03-05) Python Version 1.1.29, NPM Version 1.1.13 Last PR included in this release: https://github.com/lastmile-ai/aiconfig/pull/1401 diff --git a/typescript/package.json b/typescript/package.json index d75726c4f..b33e5c5bc 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "aiconfig", - "version": "1.1.13", + "version": "1.1.14", "description": "Library to help manage AI prompts, models and parameters using the .aiconfig file format.", "repository": { "type": "git",