diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d11785..dc4a990 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.3](https://github.com/marko-js/fixture-snapshots/compare/v2.1.2...v2.1.3) (2021-10-21) + + +### Bug Fixes + +* update deps ([ef1f6b1](https://github.com/marko-js/fixture-snapshots/commit/ef1f6b11fc387ae0773d70343508826a559a36ef)) + ### [2.1.2](https://github.com/marko-js/fixture-snapshots/compare/v2.1.1...v2.1.2) (2021-10-21) diff --git a/package-lock.json b/package-lock.json index 01b5554..222e2fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/fixture-snapshots", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d3a52d7..a0f1a33 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.2", + "version": "2.1.3", "bugs": "https://github.com/marko-js/fixture-snapshots/issues", "devDependencies": { "@commitlint/cli": "^8.2.0",