diff --git a/CHANGELOG.md b/CHANGELOG.md index c55d218..1b7b613 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. +### [1.1.2](https://github.com/marko-js/fixture-snapshots/compare/v1.1.1...v1.1.2) (2020-04-10) + + +### Bug Fixes + +* use system path separator in inferName regex ([576a159](https://github.com/marko-js/fixture-snapshots/commit/576a159c7f98ee142da41c0651a31e041be386af)) + ### [1.1.1](https://github.com/marko-js/fixture-snapshots/compare/v1.1.0...v1.1.1) (2020-02-22) diff --git a/package-lock.json b/package-lock.json index 69698a2..8a83427 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/fixture-snapshots", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f3bdc16..64a5803 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/fixture-snapshots", "description": "automated snapshot tests for marko components", - "version": "1.1.1", + "version": "1.1.2", "bugs": "https://github.com/marko-js/fixture-snapshots/issues", "devDependencies": { "@commitlint/cli": "^8.2.0",