Skip to content

Latest commit

 

History

History
192 lines (117 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

192 lines (117 loc) · 13.6 KB

Changelog

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

2.4.5 (2020-02-04)

chore

deps

  • bump @types/jest from 25.1.0 to 25.1.1 (f18cf68)
  • bump @types/node from 13.5.0 to 13.5.1 (a9aa73f)
  • bump @types/node from 13.5.1 to 13.5.2 (aed27b9)
  • bump @types/node from 13.5.2 to 13.5.3 (e8c9424)
  • bump @types/node from 13.5.3 to 13.7.0 (e375f4f)
  • bump @typescript-eslint/eslint-plugin from 2.18.0 to 2.19.0 (3907220)
  • bump @typescript-eslint/parser from 2.18.0 to 2.19.0 (#170) (747598e), closes #170
  • bump lint-staged from 10.0.3 to 10.0.4 (4f359ec)
  • bump lint-staged from 10.0.4 to 10.0.5 (2fb0c15)
  • bump lint-staged from 10.0.5 to 10.0.6 (aa532f2)
  • bump lint-staged from 10.0.6 to 10.0.7 (ac7a2d6)
  • bump ts-jest from 25.0.0 to 25.1.0 (24f14e4)
  • bump ts-jest from 25.1.0 to 25.2.0 (022950c)

docs

2.4.4 (2020-01-28)

chore

ci

  • remove operations-per-run (de65f3e)
  • use github/hub install script [skip ci] (7e8dab4)

deps

  • bump @types/jest from 24.9.1 to 25.1.0 (02c9024)
  • bump @typescript-eslint/eslint-plugin from 2.17.0 to 2.18.0 (a1b1127)
  • bump @typescript-eslint/parser from 2.17.0 to 2.18.0 (6812c21)
  • bump lint-staged from 10.0.2 to 10.0.3 (5000d1a)

docs

fix

2.4.3 (2020-01-24)

chore

  • Change update_schedule from weekly to daily (737fda5)

deps

  • bump @actions/core from 1.2.1 to 1.2.2 (6e5afb7)
  • bump @actions/tool-cache from 1.3.0 to 1.3.1 (46a6a3a)

2.4.2 (2020-01-23)

ci

  • Add codecov/codecov-action@v1 (#136) (94ce32e), closes #136
  • Add Hugo version dump step (7a50ddc)
  • Add operations-per-run 1 (b6a7551)

deps

  • bump @types/jest from 24.9.0 to 24.9.1 (2550d0e)
  • bump @types/node from 13.1.8 to 13.5.0 (8d85402)
  • bump @typescript-eslint/eslint-plugin from 2.16.0 to 2.17.0 (66d664b)
  • bump @typescript-eslint/parser from 2.16.0 to 2.17.0 (#144) (692ded2), closes #144
  • bump husky from 4.0.10 to 4.2.1 (e973221)
  • bump jest and ts-jest (3315ca8)
  • bump jest-circus from 24.9.0 to 25.1.0 (b4a0e8b)
  • bump lint-staged from 10.0.0 to 10.0.2 (87e38e2)
  • bump standard-version from 7.0.1 to 7.1.0 (#145) (699805b), closes #145
  • update (3317963)

docs

style

  • remove extra whitespace [skip ci] (4fb2901)

test

  • Add fail to fetch latest due to 404 (#137) (b55f1c8), closes #137

2.4.1 (2020-01-18)

chore

ci

  • Add action test workflow (37cc539)
  • Comment out push event [skip ci] (d226d51)

docs

  • Add Coverage Status badge [skip ci] (3130d10)
  • Update execution time (477d977)

refactor

  • main and installer (#133) (283bc47), closes #133
  • Use node-fetch instead of xmlhttprequest (#130) (4642226), closes #130

test

  • Add integration testing (#131) (386980e), closes #131
  • Add test for extended option (#134) (6281061), closes #134
  • Add unit testing (get-latest-version) (#132) (442aa4d), closes #132
  • Enable Coveralls (#129) (66bce05), closes #129

2.4.0 (2020-01-17)

chore

  • Add .DS_Store [skip ci] (5ce129c)
  • Add .gitattributes (754a1d2)
  • Add standard-version [skip ci] (dc95764)
  • Add task to autorun npm ci [skip ci] (#128) (4331a62), closes #128
  • Disable branch execution (#125) (7dc0670), closes #125
  • fix tag push (f21cef4)
  • Remove .gitattributes [skip ci] (3b68672)
  • Update LICENSE year (57168bc)

ci

deps

docs

  • Add back to TOC link (490ab9b)
  • add link to peaceiris/hugo-extended-docker (1fa5fb2)
  • Add new sections (3d1e811)
  • Bump Hugo version v0.62.2 (6a39a0f)
  • Reindent [skip ci] (76e22f1)
  • update hugo-version to v0.61.0 (d006b81)

feat

test

  • Add Docker container for testing [skip ci] (7496c44)