Skip to content

Commit a7146d8

Browse files
committed
v1.2.0
1 parent 4db8d68 commit a7146d8

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Node.js CI
22

3-
on: [push]
3+
on:
4+
push:
5+
tags:
6+
- '*'
7+
branches:
8+
- '*'
49

510
jobs:
611
build:

package-lock.json

Lines changed: 2 additions & 2 deletions
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,6 +1,6 @@
11
{
22
"name": "aurora-intercom",
3-
"version": "1.1.9",
3+
"version": "1.2.0",
44
"description": "An Electron application with React and TypeScript",
55
"main": "./out/main/index.js",
66
"author": "Jules010209",

0 commit comments

Comments
 (0)