Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devtin committed Aug 19, 2022
1 parent d3504c9 commit b3599e3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions dist/jest-parser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* jest-parser v1.1.0
* (c) 2021-2021 Martin Rafael Gonzalez <[email protected]>
* jest-parser v1.1.1
* (c) 2021-2022 Martin Rafael Gonzalez <[email protected]>
* MIT
*/
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions dist/jest-parser.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* jest-parser v1.1.0
* (c) 2021-2021 Martin Rafael Gonzalez <[email protected]>
* jest-parser v1.1.1
* (c) 2021-2022 Martin Rafael Gonzalez <[email protected]>
* MIT
*/
/**
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"parser"
],
"author": "Martin Rafael Gonzalez <[email protected]>",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/jest-parser.js",
"module": "dist/jest-parser.mjs",
"license": "MIT",
Expand Down

0 comments on commit b3599e3

Please sign in to comment.