From 8c8f87c2362d1f3c25b37ee71c55c4272fb7a1cb Mon Sep 17 00:00:00 2001 From: Tim Smart Date: Wed, 7 Dec 2022 20:52:56 +1300 Subject: [PATCH] Publish - dfx@0.14.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc9811..1091ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.14.0](https://github.com/tim-smart/dfx/compare/dfx@0.13.4...dfx@0.14.0) (2022-12-07) + + +### Features + +* seperate runtime from core ([0f3712c](https://github.com/tim-smart/dfx/commit/0f3712cf0cbb36491df8edc0be7beee8701dc7cc)) + + + + + ## [0.13.4](https://github.com/tim-smart/dfx/compare/dfx@0.13.3...dfx@0.13.4) (2022-12-07) **Note:** Version bump only for package dfx diff --git a/package.json b/package.json index 45649a5..f748f91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dfx", - "version": "0.13.4", + "version": "0.14.0", "type": "module", "publishConfig": { "access": "public",