Skip to content

Commit a65c39a

Browse files
committed
chore(release): 4.0.0
1 parent a5045b0 commit a65c39a

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
# Change Log
1+
# Changelog
22

33
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.
44

5+
## [4.0.0](https://github.com/tleunen/babel-plugin-module-resolver/compare/v3.2.0...v4.0.0) (2019-12-11)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* The minimum node.js version that is now officially supported is Node 8.
11+
12+
### Features
13+
14+
* Add support for alias with array of paths ([#376](https://github.com/tleunen/babel-plugin-module-resolver/issues/376)) ([f2173ee](https://github.com/tleunen/babel-plugin-module-resolver/commit/f2173eea65e2f0835ba101058dfd6ee4e1167861))
15+
16+
17+
* Update dependencies ([#377](https://github.com/tleunen/babel-plugin-module-resolver/issues/377)) ([0cef5ee](https://github.com/tleunen/babel-plugin-module-resolver/commit/0cef5ee0493e3113292435cefcb40287277cdd51))
18+
519
<a name="3.2.0"></a>
620
# [3.2.0](https://github.com/tleunen/babel-plugin-module-resolver/compare/v3.1.3...v3.2.0) (2019-02-11)
721

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-module-resolver",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"main": "lib/index.js",
55
"description": "Module resolver plugin for Babel",
66
"repository": {

0 commit comments

Comments
 (0)