v2.0.0
2.0.0 (2023-03-06)
Features
- buchu: update buchu version to 2.1.0 (d038691)
BREAKING CHANGES
- buchu: Projects that are using
ctx.user
. A ctx.user variable will now be overridden by context. So now this variable becomes reserved by the library and we recommend not using it beyond the purpose of capturing user information coming via authorize
re: herbsjs/buchu#92