Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit d5a922c

Browse files
committed
-> v1.4.0
1 parent b084261 commit d5a922c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# rollup-plugin-alias changelog
22

3+
## 1.4.0
4+
5+
* Various Windows fixes ([#22](https://github.com/rollup/rollup-plugin-alias/pull/22))
6+
* Don't try to alias entry file ([#29](https://github.com/rollup/rollup-plugin-alias/pull/29))
7+
38
## 1.3.0
49

510
* Start maintaining a changelog

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-alias",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Resolves aliases with Rollup",
55
"main": "dist/rollup-plugin-alias.js",
66
"module": "dist/rollup-plugin-alias.es2015.js",

0 commit comments

Comments
 (0)