From 69a8ee0c4c3587edc036d0cf451ed4ca998bd1c3 Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Mon, 5 Jun 2023 11:41:33 -0700 Subject: [PATCH] chore(release): 2.2.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 196289f..2e87f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2.0](https://github.com/marko-js/fixture-snapshots/compare/v2.1.6...v2.2.0) (2023-06-05) + + +### Features + +* add arc support ([2812abe](https://github.com/marko-js/fixture-snapshots/commit/2812abe7e72c2b8a460444e58df71960f62f45b6)) + + +### Bug Fixes + +* fixture path to support commonjs and esm ([#19](https://github.com/marko-js/fixture-snapshots/issues/19)) ([28a7081](https://github.com/marko-js/fixture-snapshots/commit/28a70816cd6e0d2b4afc8a18644206a711507011)) + ### [2.1.7](https://github.com/marko-js/fixture-snapshots/compare/v2.1.6...v2.1.7) (2022-04-08) diff --git a/package-lock.json b/package-lock.json index 4d6b5ce..8d8b8b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/fixture-snapshots", - "version": "2.1.7", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d87171b..8b98dad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/fixture-snapshots", "description": "automated snapshot tests for marko components", - "version": "2.1.7", + "version": "2.2.0", "bugs": "https://github.com/marko-js/fixture-snapshots/issues", "devDependencies": { "@commitlint/cli": "^8.2.0",