Skip to content

Commit cff0531

Browse files
committed
Release 1.4.0
1 parent d53032b commit cff0531

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## v1.4.0 (2020-04-26)
2+
3+
#### :rocket: Enhancement
4+
* [#4](https://github.com/bendemboski/electron-protocol-serve/pull/4) If a URL points to a directory, look for an index.html ([@bendemboski](https://github.com/bendemboski))
5+
6+
#### :bug: Bug Fix
7+
* [#10](https://github.com/bendemboski/electron-protocol-serve/pull/10) Omit callback to registerFileProtocol on Electron >= 7 (Closes [#9](https://github.com/pichfl/electron-protocol-ember/issues/9)) ([@jacobq](https://github.com/jacobq))
8+
9+
#### :memo: Documentation
10+
* [#6](https://github.com/bendemboski/electron-protocol-serve/pull/6) Corrected example code ([@davidemorotti](https://github.com/davidemorotti))
11+
12+
#### :house: Internal
13+
* [#15](https://github.com/bendemboski/electron-protocol-serve/pull/15) Update dependencies ([@bendemboski](https://github.com/bendemboski))
14+
* [#14](https://github.com/bendemboski/electron-protocol-serve/pull/14) Set up releases using release-it ([@bendemboski](https://github.com/bendemboski))
15+
* [#11](https://github.com/bendemboski/electron-protocol-serve/pull/11) Bump brace-expansion from 1.1.6 to 1.1.11 ([@dependabot[bot]](https://github.com/apps/dependabot))
16+
* [#12](https://github.com/bendemboski/electron-protocol-serve/pull/12) Bump is-my-json-valid from 2.16.0 to 2.20.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
17+
* [#13](https://github.com/bendemboski/electron-protocol-serve/pull/13) Bump js-yaml from 3.8.2 to 3.13.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
18+
* [#8](https://github.com/bendemboski/electron-protocol-serve/pull/8) Bump lodash from 4.17.4 to 4.17.13 ([@dependabot[bot]](https://github.com/apps/dependabot))
19+
20+
#### Committers: 3
21+
- Ben Demboski ([@bendemboski](https://github.com/bendemboski))
22+
- Davide Morotti ([@davidemorotti](https://github.com/davidemorotti))
23+
- Jacob ([@jacobq](https://github.com/jacobq))
24+
125
# Changelog
226

327
## 1.3.0

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.3.0",
3+
"version": "1.4.0",
44
"description": "A file protocol that serves any existing file in a directory and redirects everything not found to index.html.",
55
"repository": "git@github.com:pichfl/electron-protocol-ember.git",
66
"license": "MIT",

0 commit comments

Comments
 (0)