diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..de66627 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# 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. + +## [2.1.0](///compare/v2.0.0...v2.1.0) (2022-04-07) + + +### Features + +* add localStorage memory bf7206a +* can move main system comps in the print output b425f4a + + +* add standard-version 2fd047f diff --git a/package.json b/package.json index 0f918dd..e46d46a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aotds-docks", - "version": "2.0.0", + "version": "2.1.0", "type": "module", "private": true, "scripts": {