diff --git a/CHANGELOG.md b/CHANGELOG.md index d4af2580b449d7ed954d28139da24d73298da4c5..035e63a34162a4ce561c9795ef9163f931c5636a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 0.2.1 + +_31st August 2021_ + +## Added + +- view your nodes with others under card view. +- view all other nodes being composed in real time under cards view. + +## Fixed + +- adding nodes now behaves consistantly and correctly. +- manually trying to refresh a view or type in url will direct you to main start view now, so you cannot accidentally start adding to a non exsitant microcosm. + # 0.2.0 _20th August 2021_ diff --git a/package.json b/package.json index 9653316c07326dee860405ef6e17e7e284b58381..1238b446cbc1dd67669d7872e481d342912e2ce5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodenogg.in", - "version": "0.2.0", + "version": "0.2.1", "private": true, "scripts": { "serve": "vue-cli-service serve",