From 2322cdfae6e5cfa68830955e568de16a063cbf5f Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Thu, 30 Jul 2020 08:13:46 -0700 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc09f64..cd85eb9 100644 --- a/CHANGELOG.md +++ b/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. +## [2.1.0](https://github.com/marko-js/fixture-snapshots/compare/v2.0.0...v2.1.0) (2020-07-30) + + +### Features + +* **marko 5:** make changes to make it work for marko 5 ([c02ee04](https://github.com/marko-js/fixture-snapshots/commit/c02ee0405e86f9e8a5a17a8255d9314160740bfb)) + ## [2.0.0](https://github.com/marko-js/fixture-snapshots/compare/v1.1.3...v2.0.0) (2020-04-20) diff --git a/package-lock.json b/package-lock.json index 41ff96a..0d87ae0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/fixture-snapshots", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00ce284..ccdbbc5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/fixture-snapshots", "description": "automated snapshot tests for marko components", - "version": "2.0.0", + "version": "2.1.0", "bugs": "https://github.com/marko-js/fixture-snapshots/issues", "devDependencies": { "@commitlint/cli": "^8.2.0",