From e6b10e15eb52c545ea53324c3276a4155146a4c0 Mon Sep 17 00:00:00 2001 From: Michael Rawlings Date: Fri, 8 Apr 2022 15:44:26 -0400 Subject: [PATCH] chore(release): 2.1.7 --- 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 390f877..196289f 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.7](https://github.com/marko-js/fixture-snapshots/compare/v2.1.6...v2.1.7) (2022-04-08) + + +### 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.6](https://github.com/marko-js/fixture-snapshots/compare/v2.1.5...v2.1.6) (2021-10-26) ### [2.1.5](https://github.com/marko-js/fixture-snapshots/compare/v2.1.4...v2.1.5) (2021-10-21) diff --git a/package-lock.json b/package-lock.json index 886e728..ab87998 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/fixture-snapshots", - "version": "2.1.6", + "version": "2.1.7", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 09e269b..d87171b 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.6", + "version": "2.1.7", "bugs": "https://github.com/marko-js/fixture-snapshots/issues", "devDependencies": { "@commitlint/cli": "^8.2.0",