Skip to content

Commit 7273a1c

Browse files
author
Florian Pichler
committed
v1.3.0
1 parent 6e21be7 commit 7273a1c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## 1.2.0
3+
## 1.3.0
44

55
- Set environment variable allowing renderer process to set module search path correctly
6+
- 1.2.0 is unpublished as it was broken on npm due to a glitch
67

78
## 1.1.0
89

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-protocol-serve",
3-
"version": "1.2.0-2",
3+
"version": "1.3.0",
44
"description": "A file protocol that serves any existing file in a directory and redirects everything not found to index.html.",
55
"main": "index.js",
66
"repository": "git@github.com:pichfl/electron-protocol-ember.git",

0 commit comments

Comments
 (0)