diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf95c9..390f877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.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 2895587..886e728 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/fixture-snapshots", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 2747287..09e269b 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.5", + "version": "2.1.6", "bugs": "https://github.com/marko-js/fixture-snapshots/issues", "devDependencies": { "@commitlint/cli": "^8.2.0",