From 31975596f326ba905faa4ab299b12fdfd0ea057d Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Thu, 14 Jan 2021 13:33:30 -0700 Subject: [PATCH] chore(release): 4.23.12 --- packages/marko/CHANGELOG.md | 7 +++++++ packages/marko/package-lock.json | 2 +- packages/marko/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index 238e4b1b06..2347991396 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [4.23.12](https://github.com/marko-js/marko/compare/v4.23.11...v4.23.12) (2021-01-14) + + +### Bug Fixes + +* issue with using flags before defined ([8740f93](https://github.com/marko-js/marko/commit/8740f937c613dbbbfb34694db608adf5800a70ad)) + ### [4.23.11](https://github.com/marko-js/marko/compare/v4.23.10...v4.23.11) (2021-01-13) diff --git a/packages/marko/package-lock.json b/packages/marko/package-lock.json index 9b1a5f05e6..c7de86a56d 100644 --- a/packages/marko/package-lock.json +++ b/packages/marko/package-lock.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "4.23.11", + "version": "4.23.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/marko/package.json b/packages/marko/package.json index e8ab0d2640..593f521b02 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "4.23.11", + "version": "4.23.12", "license": "MIT", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "dependencies": {