Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tleunen committed Dec 15, 2020
1 parent 57c53c3 commit f533cc2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
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.

## [4.1.0](https://github.com/tleunen/babel-plugin-module-resolver/compare/v4.0.0...v4.1.0) (2020-12-15)


### Features

* Add new jest methods ([#419](https://github.com/tleunen/babel-plugin-module-resolver/issues/419)) ([facf14c](https://github.com/tleunen/babel-plugin-module-resolver/commit/facf14c70208452b3f6ce26b9f034ec5d9240942)), closes [#407](https://github.com/tleunen/babel-plugin-module-resolver/issues/407)

## [4.0.0](https://github.com/tleunen/babel-plugin-module-resolver/compare/v3.2.0...v4.0.0) (2019-12-11)


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
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-module-resolver",
"version": "4.0.0",
"version": "4.1.0",
"main": "lib/index.js",
"description": "Module resolver plugin for Babel",
"repository": {
Expand Down

0 comments on commit f533cc2

Please sign in to comment.