diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..53786a0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### 0.0.2 (2022-01-18) + + +### Features + +* **moved to repo:** moved StateManager to Github Repo ([a973d71](https://github.com/nu-c3lab/satyrn-PlanManager/commit/a973d713b61a7ca35896daf7f771c4c96a179d56)) diff --git a/package-lock.json b/package-lock.json index 5e07bb8..492e8c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "statement-mananger", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 972edba..20fd4ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statement-mananger", - "version": "0.0.1", + "version": "0.0.2", "description": "The Plan Manager package that supports plan generation, satisfying parameter requirements, and associated NLG", "main": "src", "private": true,