Skip to content

Commit 936d5cc

Browse files
committed
chore: increase version number to v4.0.0
1 parent 7570035 commit 936d5cc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ new Promise(function (resolve, reject) {
3838

3939
## Requirements
4040

41-
- Babel v6.14.x
41+
- Babel v7.x.x
4242

4343
**Notes:**
44-
- for babel < v6.14 please use the [v2.x.x releases](https://github.com/thgreasi/babel-plugin-system-import-transformer/tree/v2.x.x-stable).
44+
- for babel ^6.14.0 please use the [v3.x.x releases](https://github.com/thgreasi/babel-plugin-system-import-transformer/tree/v3.x.x-stable).
45+
- for babel <6.14 please use the [v2.x.x releases](https://github.com/thgreasi/babel-plugin-system-import-transformer/tree/v2.x.x-stable).
4546
- for babel v5 please use the [v1.x.x releases](https://github.com/thgreasi/babel-plugin-system-import-transformer/tree/v1.x.x-stable).
4647

4748
## Installation

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-system-import-transformer",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Babel plugin that replaces System.import with the equivalent UMD pattern",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)