From 2f8e4544c24087de34aa45269a256bc86ed72c07 Mon Sep 17 00:00:00 2001 From: Sidharth Rathi Date: Tue, 16 Aug 2022 17:24:07 +0530 Subject: [PATCH] Release 0.1.6 --- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3c18623..048a78f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.1.6](https://github.com/sidwebworks/coot/compare/0.1.5...0.1.6) (2022-08-16) + + +### Bug Fixes + +* plugin loading order ([185c61d](https://github.com/sidwebworks/coot/commit/185c61d3702d6332128e3baabbcb6bbff4190537)) + ## [0.1.5](https://github.com/sidwebworks/coot/compare/0.1.4...0.1.5) (2022-08-15) diff --git a/packages/core/package.json b/packages/core/package.json index da179ed..5b88070 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "zors", - "version": "0.1.5", + "version": "0.1.6", "license": "MIT", "type": "module", "author": "Sidwebworks",