Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
chore: Update to PATCH v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleker authored Apr 10, 2020
1 parent f946ac6 commit 7389f1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
name: 'node:10.15.1'
entrypoint: yarn
# This value needs to change on every version update
args: ['add', './../typedoc-neo-theme-v1.0.7.tgz'] # Install locally generated package
args: ['add', './../typedoc-neo-theme-v1.0.8.tgz'] # Install locally generated package
dir: 'test'
- id: Generate test project docs
name: 'node:10.15.1'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typedoc-neo-theme",
"description": "Improved theme for Typedoc",
"version": "1.0.7",
"version": "1.0.8",
"main": "index.js",
"scripts": {
"clean:build": "./node_modules/.bin/rimraf bin",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"typedoc/marked": "0.7.0"
},
"dependencies": {
"typedoc-neo-theme": "file:../typedoc-neo-theme-v1.0.7.tgz"
"typedoc-neo-theme": "file:../typedoc-neo-theme-v1.0.8.tgz"
}
}

0 comments on commit 7389f1b

Please sign in to comment.