Skip to content

Commit

Permalink
chore(release): 11.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [11.0.0](v10.0.1...v11.0.0) (2022-04-13)

### Features

* add IMessage constraint on Envelope ([2a34560](2a34560))

### BREAKING CHANGES

* Introduce IMessage constraint on `Envelope`
  • Loading branch information
release-bot committed Apr 13, 2022
1 parent 2a34560 commit cc1eb4c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [11.0.0](https://github.com/informatievlaanderen/projection-handling/compare/v10.0.1...v11.0.0) (2022-04-13)


### Features

* add IMessage constraint on Envelope ([2a34560](https://github.com/informatievlaanderen/projection-handling/commit/2a34560539120659b01d1810f74fa65646ccafce))


### BREAKING CHANGES

* Introduce IMessage constraint on `Envelope`

## [10.0.1](https://github.com/informatievlaanderen/projection-handling/compare/v10.0.0...v10.0.1) (2022-03-25)


Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "projection-handling",
"version": "10.0.1",
"version": "11.0.0",
"description": "Lightweight projection handling infrastructure.",
"author": "Basisregisters Vlaanderen",
"license": "MIT",
Expand Down

0 comments on commit cc1eb4c

Please sign in to comment.