diff --git a/CHANGELOG.md b/CHANGELOG.md index cf02401..9e994ee 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.1](https://github.com/devtin/jest-parser/compare/v1.1.0...v1.1.1) (2022-08-19) + + +### Docs + +* add regex disclaimer ([d3504c9](https://github.com/devtin/jest-parser/commit/d3504c9f1efcdae8951bcc6f73d4beee2ba6f752)) + ## [1.1.0](https://github.com/devtin/jest-parser/compare/v1.0.0...v1.1.0) (2021-03-09) diff --git a/dist/jest-parser.js b/dist/jest-parser.js index d994b02..60e8721 100644 --- a/dist/jest-parser.js +++ b/dist/jest-parser.js @@ -1,6 +1,6 @@ /*! - * jest-parser v1.1.0 - * (c) 2021-2021 Martin Rafael Gonzalez + * jest-parser v1.1.1 + * (c) 2021-2022 Martin Rafael Gonzalez * MIT */ 'use strict'; diff --git a/dist/jest-parser.mjs b/dist/jest-parser.mjs index 47032a0..9d1266a 100644 --- a/dist/jest-parser.mjs +++ b/dist/jest-parser.mjs @@ -1,6 +1,6 @@ /*! - * jest-parser v1.1.0 - * (c) 2021-2021 Martin Rafael Gonzalez + * jest-parser v1.1.1 + * (c) 2021-2022 Martin Rafael Gonzalez * MIT */ /** diff --git a/package-lock.json b/package-lock.json index 1baa25e..4eeaa64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jest-parser", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 041c493..06a40c9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "parser" ], "author": "Martin Rafael Gonzalez ", - "version": "1.1.0", + "version": "1.1.1", "main": "dist/jest-parser.js", "module": "dist/jest-parser.mjs", "license": "MIT",