Skip to content

Latest commit

 

History

History
300 lines (179 loc) · 23.7 KB

CHANGELOG.md

File metadata and controls

300 lines (179 loc) · 23.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.7 (2020-02-26)

deps

  • bump @types/jest from 25.1.1 to 25.1.2 (#88) (5674a0a), closes #88
  • bump @types/jest from 25.1.2 to 25.1.3 (#101) (e86c931), closes #101
  • bump @types/node from 12.12.27 to 12.12.28 (#105) (00b5872), closes #105
  • bump @types/node from 13.7.0 to 13.7.1 (#92) (8d74eb9), closes #92
  • bump @types/node from 13.7.1 to 13.7.2 (#98) (5aeb39e), closes #98
  • bump @types/node-fetch from 2.5.4 to 2.5.5 (#106) (0486d84), closes #106
  • bump @typescript-eslint/parser from 2.19.0 to 2.19.2 (#91) (54c624a), closes #91
  • bump @typescript-eslint/parser from 2.19.2 to 2.20.0 (#97) (45c7ad3), closes #97
  • bump @typescript-eslint/parser from 2.20.0 to 2.21.0 (#107) (70034a6), closes #107
  • bump @zeit/ncc from 0.21.0 to 0.21.1 (#94) (55b53b6), closes #94
  • bump husky from 4.2.1 to 4.2.3 (#93) (d80c810), closes #93
  • bump lint-staged from 10.0.7 to 10.0.8 (#108) (c328ee0), closes #108
  • bump nock from 11.7.2 to 11.8.2 (#90) (70fabbb), closes #90
  • bump nock from 11.8.2 to 12.0.0 (#96) (99564bc), closes #96
  • bump nock from 12.0.0 to 12.0.1 (#102) (039e187), closes #102
  • bump node from 12.14.1 to 12.15.0 (#89) (5fcd996), closes #89
  • bump ts-jest from 25.2.0 to 25.2.1 (#103) (992f396), closes #103
  • bump typescript from 3.7.5 to 3.8.2 (#104) (84cceb5), closes #104
  • Rollback types/node 13 to 12 (#99) (6c61e98), closes #99

docs

1.1.6 (2020-02-04)

deps

  • bump @types/jest from 25.1.0 to 25.1.1 (#79) (29e309f), closes #79
  • bump @types/node from 13.5.0 to 13.5.1 (#76) (f9d6df4), closes #76
  • bump @types/node from 13.5.1 to 13.5.2 (#78) (27e10c3), closes #78
  • bump @types/node from 13.5.2 to 13.5.3 (#83) (eb7f987), closes #83
  • bump @types/node from 13.5.3 to 13.7.0 (#85) (a93ff27), closes #85
  • bump @typescript-eslint/parser from 2.18.0 to 2.19.0 (#86) (acc4776), closes #86
  • bump lint-staged from 10.0.3 to 10.0.4 (#77) (2b7e097), closes #77
  • bump lint-staged from 10.0.4 to 10.0.5 (#80) (a9409d8), closes #80
  • bump lint-staged from 10.0.5 to 10.0.6 (#81) (9569263), closes #81
  • bump lint-staged from 10.0.6 to 10.0.7 (#84) (e4822d2), closes #84
  • bump ts-jest from 25.0.0 to 25.1.0 (#82) (c4269af), closes #82
  • bump ts-jest from 25.1.0 to 25.2.0 (#87) (3ad65c8), closes #87

docs

1.1.5 (2020-01-28)

chore

ci

  • use github/hub install script (a1f10a9)

deps

  • bump @types/jest from 24.9.1 to 25.1.0 (#73) (b3a3436), closes #73
  • bump @typescript-eslint/parser from 2.17.0 to 2.18.0 (#72) (00ac6b1), closes #72
  • bump lint-staged from 10.0.2 to 10.0.3 (#74) (dbf994b), closes #74

docs

1.1.4 (2020-01-24)

chore

  • Change update_schedule from weekly to daily (0a3af4f)

deps

  • bump @actions/core from 1.2.1 to 1.2.2 (#66) (e5043db), closes #66
  • bump @actions/tool-cache from 1.3.0 to 1.3.1 (#67) (0f94675), closes #67

1.1.3 (2020-01-23)

chore

  • Remove unused test data (#54) (92a3b1e), closes #54

ci

  • Add [skip ci] (6c0c1ee)
  • Add daily action test workflow [skip ci] (4927a0d)
  • Add mdbook version dump step [skip ci] (c71453c)
  • Comment out push event [skip ci] (b861b6f)
  • Use Codecov instead of Coveralls (#57) (9d13e62), closes #57

deps

  • bump @types/jest from 24.9.0 to 24.9.1 (#61) (eacd24e), closes #61
  • bump @types/node from 13.1.8 to 13.5.0 (#59) (e66b8ad), closes #59
  • bump husky from 4.0.10 to 4.2.1 (#65) (16c535a), closes #65
  • bump jest and ts-jest (#60) (58a9e09), closes #60
  • bump jest-circus from 24.9.0 to 25.1.0 (#63) (506fb6b), closes #63
  • bump lint-staged from 10.0.0 to 10.0.2 (#62) (31e2a69), closes #62
  • bump standard-version from 7.0.1 to 7.1.0 (#64) (9faa86b), closes #64
  • update (40add43)
  • update (#58) (3502ab2), closes #58

docs

1.1.2 (2020-01-17)

chore

  • Add task to autorun npm ci [skip ci] (79e5422)
  • Fix update-deps task [skip ci] (2190379)
  • Update LICENSE year (f4e8897)

ci

  • Add npm ci [skip ci] (ff772b1)
  • Merge code-health job to test job (#48) (85b1691), closes #48

deps

  • Move @types/node-fetch under devDependencies (#51) (18758de), closes #51
  • update (#52) (d44a69e), closes #52

test

  • Add failure testing (#49) (6693991), closes #49
  • Fix testing only linux (#53) (90b51f1), closes #53

1.1.1 (2020-01-13)

chore

  • Pin tag instead of commit hash (91c48da)

ci

  • Add [skip ci] job (25dac88)
  • Change release notes content (70e81e4)
  • Enhance git stable tag management (2d09e75)
  • Fix release_notes.md (458dd6d)
  • Pin coverallsapp/github-action to v1.0.1 (#41) (6cc4880), closes #41

deps

docs

test

1.1.0 (2020-01-05)

ci

docs

  • Add Coverage Status badge (coveralls) (03cf133)

refactor

  • Prune duplicate lines (#29) (87208c9), closes #29
  • Remove extra try-catch (#30) (17fabeb), closes #30
  • Remove invalid exception (#32) (30be24c), closes #32
  • Split installer into some functions (#33) (dd67832), closes #33

test

  • Add exception test (368f190)
  • Add get-latest-version test (#31) (258d379), closes #31
  • Add test for showVersion() (#28) (8bd8aaa), closes #28

1.1.0-1 (2020-01-01)

chore

ci

  • 🎡 Add branches-ignore (c11d861)
  • Add release npm task (46c7b97)
  • Enhance RELEASE_TYPE_LIST order (e7272ee)
  • Fix BASE_BRANCH of hub pull-request (11dc2f5)
  • Fix release workflow (314c9a4)
  • Fix release.sh (99653a0)

docs

  • add link to peaceiris/docker-mdbook (8608906)
  • pin actions/checkout to v2 (9266bb6)
  • remove extra whitespace (e763f8d)
  • Remove first template (c40219f)
  • update Maintainer Notes (7f5c1b1)

feat

refactor

  • Enhance getLatestVersion() (#22) (be86ec4), closes #22
  • Promise to async (#24) (bbf6904), closes #24

1.1.0-0 (2019-12-31)

ci

1.0.3 (2019-12-29)

1.0.3-1 (2019-12-29)

docs

1.0.3-0 (2019-12-29)

ci