Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Commit

Permalink
chore(release): Release commit for v20
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianGrey committed Dec 24, 2018
1 parent 577724c commit 54c00c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '19.1.1#{build}'
version: '20.0.0#{build}'

environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "11"

matrix:
fast_finish: true
Expand All @@ -21,6 +21,7 @@ test_script:
build_script:
- node --version
- yarn --version
- yarn test:ci
- yarn build
- yarn build:no-bo
- yarn build:no-service-worker
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ env:
- CXX=g++-4.8 CI=true
language: node_js
node_js:
- "8"
- "10"
- "11"
addons:
apt:
sources:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-webpack-template",
"version": "19.1.1",
"version": "20.0.0",
"description": "A template for angular development using webpack, with some useful batteries included.",
"author": {
"name": "Christian Linne",
Expand Down

0 comments on commit 54c00c7

Please sign in to comment.