Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit 7b6b201

Browse files
committed
chore(release): 1.1.0-rc.1 [skip ci]
1 parent 609caad commit 7b6b201

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0-rc.1](https://github.com/hyperweavers/release-automation-sample-2/compare/v1.0.0...v1.1.0-rc.1) (2020-09-19)
7+
8+
9+
### Bug Fixes
10+
11+
* add fix 2 ([#5](https://github.com/hyperweavers/release-automation-sample-2/issues/5)) ([ec6d80a](https://github.com/hyperweavers/release-automation-sample-2/commit/ec6d80aaa229cd9e141034dff2ee8198b13b45d2))
12+
* add fix 4 ([#13](https://github.com/hyperweavers/release-automation-sample-2/issues/13)) ([c7dfd34](https://github.com/hyperweavers/release-automation-sample-2/commit/c7dfd34c00b05d1c5c164826ea7a597c0067b7e7))
13+
14+
15+
### Features
16+
17+
* add feature 3 ([#7](https://github.com/hyperweavers/release-automation-sample-2/issues/7)) ([7891ea6](https://github.com/hyperweavers/release-automation-sample-2/commit/7891ea6a6e6bf797ead5d2eb3df0e5f46e87534a))
18+
* add feature 4 ([#9](https://github.com/hyperweavers/release-automation-sample-2/issues/9)) ([061bb2a](https://github.com/hyperweavers/release-automation-sample-2/commit/061bb2ac1d8519c33813db6a355bc6ca3b670e62))
19+
* add feature 5 ([#11](https://github.com/hyperweavers/release-automation-sample-2/issues/11)) ([5367839](https://github.com/hyperweavers/release-automation-sample-2/commit/53678398d68dee0afdf065e0e812766910a2a76e))
20+
621
# 1.0.0 (2020-09-19)
722

823

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "release-automation-sample-2",
33
"productName": "ElectronApp",
4-
"version": "1.0.0",
4+
"version": "1.1.0-rc.1",
55
"private": true,
66
"description": "My Electron application description",
77
"author": {

0 commit comments

Comments
 (0)