Skip to content

Latest commit

 

History

History
99 lines (43 loc) · 3.48 KB

CHANGELOG.md

File metadata and controls

99 lines (43 loc) · 3.48 KB

2.1.2 (2024-11-19)

Bug Fixes

  • handle missing locale files when pulling (71aa080)

2.1.1 (2024-08-27)

Bug Fixes

  • allow update of more than one master file (f62ece6)

2.1.0 (2024-07-09)

Features

  • add option to override default config file location (e01767c)

2.0.0 (2024-07-04)

  • feat!: replace node-fetch by fetch included with node (5c42f14)

BREAKING CHANGES

  • requires node >= 18

1.3.1 (2020-07-17)

Bug Fixes

  • pull: replace null values with empty strings in nested keys (2637354), closes #11

1.3.0 (2020-07-13)

Features

  • push: add new options to the push command (5f3f64f)

1.2.0 (2020-07-10)

Features

  • transfer under Treatwell as a scoped package (5da4b3e)

1.1.4 (2020-06-30)

Bug Fixes

  • release: remove duplicate release step from CI (07121d0)
  • release: try again a fix for the release (b8aacf0)

1.1.3 (2020-06-30)

Bug Fixes

  • release: try again to fix the release from CI (1951d3d)

1.1.2 (2020-06-30)

Bug Fixes

  • release: fix release by creating a new separate step in CI (57feaf8)

1.1.1 (2020-06-30)

Bug Fixes

  • bundle yarn.lock and package-lock.json for compatibility (4fd16ad), closes #5

1.1.0 (2020-06-30)

Bug Fixes

  • dep: add missing kleur dependency (c690977)

Features

  • dep: upgrade dependencies (5db8685)

1.0.0 (2020-06-30)

Features

  • chore: add base commands for a first version (db98111)