Skip to content

Latest commit

 

History

History
244 lines (196 loc) · 24.1 KB

CHANGELOG.md

File metadata and controls

244 lines (196 loc) · 24.1 KB

Changelog

2.1.5 (2024-10-11)

Bug Fixes

  • update token variable and reorder dependencies (f3c5df8)

2.1.4 (2024-10-11)

Bug Fixes

  • update package name in package.json (a8ac6fb)

2.1.3 (2024-10-11)

Bug Fixes

  • add npm token authentication (d551da3)

2.1.2 (2024-10-11)

Bug Fixes

  • update eslint ignores (758145b)
  • update Husky setup for production and CI (9a76d37)
  • update husky to version 9.1.6 (ca08e9f)

2.1.1 (2024-10-11)

Bug Fixes

  • update release-please.yml (4fb79a0)

2.1.0 (2024-10-11)

Features

  • development config (94e2685)
  • enabling worker observability (4853aa8)

Bug Fixes

  • install @ubiquity-os/ubiquity-os-logger (4d6eae9)
  • remove broken test (472e929)
  • update release workflow for node support (5e1239e)

2.0.0 (2024-09-25)

⚠ BREAKING CHANGES

  • renamed kernel toml

Features

  • actions sdk (c4160c6)
  • add app id and bot user id (d292f5a)
  • add tests (2be91f6)
  • added branch deployment (51f1276)
  • added ref on manifest.json retrieval for workers (bd1f58f)
  • added tests for ref manifest fetching (49bef29)
  • test for skipBotEvents (128e93e)

Bug Fixes

  • log if comment can't be created (ba98cb6)
  • manifest commands are properly checked for skipping (b4e8fb6)
  • regex to match action now accepts higher depth (668062f)
  • tests (e32602a)
  • trimming body to find commands (fd17b58)

Miscellaneous Chores

1.0.0 (2024-08-14)

⚠ BREAKING CHANGES

  • renamed PRIVATE_KEY to APP_PRIVATE_KEY, APP_WEBHOOK_SECRET optional and removed WEBHOOK_PROXY_URL
  • bumped eslint to v9
  • removed GitHub type from the configuration as it is deduced using the plugin element string

Features

Bug Fixes