Skip to content

Commit 386cf43

Browse files
authored
1.0.9 release (#14)
* Upgrade NPM packages * Update CI config
1 parent ba85988 commit 386cf43

File tree

4 files changed

+3669
-5490
lines changed

4 files changed

+3669
-5490
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: node_js
22
node_js:
3-
- "8"
43
- "10"
54
- "12"
6-
- "13"
5+
- "14"
6+
- "15"
77
branches:
88
only:
99
- master
@@ -12,3 +12,4 @@ cache:
1212
- node_modules
1313
script:
1414
- npm run build
15+
- npm run lint

addon/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Advent of Code to Markdown",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"description": "Converts a given Advent of Code page to a GitHub-compatible Markdown file.",
66
"icons": {
77
"16": "icons/aoc-to-markdown-16.png",

0 commit comments

Comments
 (0)