Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Feb 6, 2022
1 parent 25bcc73 commit 76a2c42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-on-vtag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- 'v*'
jobs:
build:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/run-spec-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: build
on: [push]
jobs:
build:
name: Run Specification Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install
- run: npm test
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hljs-enhance",
"version": "1.0.3",
"version": "1.0.4",
"description": "Adds a little extra stuff to highlight.js",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 76a2c42

Please sign in to comment.