Skip to content

Commit ebfb3e5

Browse files
0.60.4
1 parent d7e4ec4 commit ebfb3e5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
tags:
67
pull_request:
78

89
jobs:

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": "brighterscript",
3-
"version": "0.60.3",
3+
"version": "0.60.4",
44
"description": "A superset of Roku's BrightScript language.",
55
"scripts": {
66
"preversion": "npm run build && npm run lint && npm run test",

0 commit comments

Comments
 (0)