You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use string instead of enum for Version (#561) (15f6505)
TypeScript does not consider enum values equivalent, even if the string
representation is the same. So, when a module imports cloudevents and
also has a dependency on cloudevents this can cause conflicts where
the CloudEvent.version attribute is not considered equal when, in
fact, it is.
Miscellaneous
add npm run build:schema to the doc generation action (#557) (fa388f7)
modify release-please to use Signed-Off-By on commits (#559) (089520a)