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

Commit 4a61f86

Browse files
committed
-> v1.3.0
1 parent 5c6144b commit 4a61f86

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# rollup-plugin-alias changelog
2+
3+
## 1.3.0
4+
5+
* Start maintaining a changelog
6+
* Fix `isFilePath` on Windows ([#3](https://github.com/rollup/rollup-plugin-alias/issues/3))

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.2.1",
3+
"version": "1.3.0",
44
"description": "Resolves aliases with Rollup",
55
"main": "dist/rollup-plugin-alias.js",
66
"jsnext:main": "dist/rollup-plugin-alias.es2015.js",

0 commit comments

Comments
 (0)