Skip to content

Commit

Permalink
Merge pull request #74 from eugene-serb/development
Browse files Browse the repository at this point in the history
Release 1.0.10
  • Loading branch information
eugene-serb authored Mar 5, 2023
2 parents df964bf + 039b8b6 commit 973be25
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

on:
push:
branches: [ 'main' ]
branches:
- main
pull_request:
branches: [ 'main' ]
branches:
- main
- development
workflow_dispatch:

jobs:
build:
Expand All @@ -25,3 +29,4 @@ jobs:
cache: 'npm'
- run: npm install
- run: npm run build

9 changes: 7 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

on:
push:
branches: [ 'main' ]
branches:
- main
pull_request:
branches: [ 'main' ]
branches:
- main
- development
workflow_dispatch:

jobs:
lint:
Expand All @@ -25,3 +29,4 @@ jobs:
cache: 'npm'
- run: npm install
- run: npm run lint

9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

on:
push:
branches: [ 'main' ]
branches:
- main
pull_request:
branches: [ 'main' ]
branches:
- main
- development
workflow_dispatch:

jobs:
test:
Expand All @@ -25,3 +29,4 @@ jobs:
cache: 'npm'
- run: npm install
- run: npm run test

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurora-game-engine",
"version": "1.0.9",
"version": "1.0.10",
"description": "Aurora game engine for creating 1D and 2D games in JavaScript",
"keywords": [
"game-engine",
Expand Down

0 comments on commit 973be25

Please sign in to comment.