Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

58 lines (34 loc) · 3.46 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

v1.0.5 (2021-01-07)

🐛 Bug Fix

  • Pass errors to Q.nfcall (74e14a4)

v1.0.4 (2021-01-07)

🐛 Bug Fix

  • Add compatibility with Q.nfcall (65ffb14)

📝 Documentation

  • Add readme badges [skip ci] (0a699d6)

v1.0.3 (2021-01-01)

🏠 Internal

  • deps: Remove peer dependency on cc-core (af5dc8f)

v1.0.2 (2020-12-31)

🐛 Bug Fix

  • Replace null coalescing to support Node 10 (4d4415b)

📝 Documentation

🏠 Internal

  • ci: Set up GitHub actions (46d241a)
  • Add YAML settings into editor config (1442e40)
  • Add dist script (dff6da5)
  • Fix tests depending on package version (2436b24)
  • Ignore config files for changelog (d6fe8a6)
  • Remove commented code from Jest config (e163922)

[v1.0.1] (2020-12-31)

🐛 Bug Fix

  • Don't use object properties order (35ea807)
  • Use "fs.promises" instead of "fs/promises" (85a3c43)

🏠 Internal