Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 3.53 KB

File metadata and controls

58 lines (30 loc) · 3.53 KB

Changelog

0.2.2 (2026-04-09)

Bug Fixes

  • ci: update prepare-release workflow for PR-based flow (#49) (9e3a6a9), closes #48

0.2.1 (2026-03-06)

Features

  • add manual prepare-release workflow using reusable action (#28) (ced9c71)

Bug Fixes

  • remove skip condition for release-please branches in CI (#30) (08beb55)
  • use PAT for release-please to trigger CI on release PRs (#31) (5e114bc)

0.2.0 (2026-02-08)

⚠ BREAKING CHANGES

  • rename API to encryption() with key/previousKeys

Features

  • rename API to encryption() with key/previousKeys (5a8309f)

0.1.3 (2026-02-08)

Bug Fixes

  • improve error handling in _decrypt function (c7aa95f)
  • update ESLint config and improve type handling in encryption tests (5a87cdc)

0.1.1 (2026-02-08)

Bug Fixes

  • correct branch name from 'masters' to 'master' in CI workflow (08310f4)
  • downgrade typescript version to 5.8.3 (b5b887d)
  • remove conditional check for release-please branches in CI workflow (10e774a)
  • update branch names in CI and release workflows from 'main' to 'master' (c76dd1e)
  • update semantic commit type to chore in renovate configuration (c89be76)

Dependencies

  • deps: update dependency @zenstackhq/orm to v3.3.3 (#1) (0b3a5ff)
  • deps: update dependency eslint to v10 (#6) (0f7013e)
  • deps: update dependency vitest to v4 (#7) (b00b101)