Skip to content

Commit 6d8954e

Browse files
chore: release 5.1.0 (#162)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jiawen Geng <[email protected]>
1 parent 8bc1f22 commit 6d8954e

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
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## [5.1.0](https://www.github.com/gengjiawen/electron-devdocs/compare/v5.0.0-beta3...v5.1.0) (2021-01-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* bump to electron 11 and other deps
9+
10+
### Features
11+
12+
* add release it ([2488d62](https://www.github.com/gengjiawen/electron-devdocs/commit/2488d629d9ec300de3d32ccfd0f5947169fd1f44))
13+
* bump to electron 11 and other deps ([8bc1f22](https://www.github.com/gengjiawen/electron-devdocs/commit/8bc1f22514c97bf2e7fb9d1686623c8426d74ac2))
14+
15+
16+
### Bug Fixes
17+
18+
* deprecation lib and api ([be681f5](https://www.github.com/gengjiawen/electron-devdocs/commit/be681f5303847ab2d29514c2a76a6f70d0b52ee0))
19+
* gitpod start issue ([979e9e6](https://www.github.com/gengjiawen/electron-devdocs/commit/979e9e6a261da6ebd3f2d9211cd1f5b6016bdf1c))
20+
21+
22+
### Reverts
23+
24+
* Revert "Bump core-js from 2.6.5 to 3.3.6" (#61) ([86f2978](https://www.github.com/gengjiawen/electron-devdocs/commit/86f2978ece1ee77875def655a462610f08ecb17b)), closes [#61](https://www.github.com/gengjiawen/electron-devdocs/issues/61)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-devdocs",
3-
"version": "5.0.0-beta3",
3+
"version": "5.1.0",
44
"main": "background.js",
55
"description": "an electron-vue app for devdocs",
66
"homepage": "https://github.com/gengjiawen/electron-devdocs",

0 commit comments

Comments
 (0)