Skip to content

Commit

Permalink
chore(release): 11.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [11.1.0](v11.0.7...v11.1.0) (2023-06-13)

### Bug Fixes

* FindAsync return type must match original FindAsync method ([e872565](e872565))

### Features

* add direct envelope microsoft ioc registration ([20178b9](20178b9))
* add lastchangedlist direct ioc registration ([e5bb7b1](e5bb7b1))
  • Loading branch information
basisregisters-vlaanderen committed Jun 13, 2023
1 parent e872565 commit 2e8b658
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [11.1.0](https://github.com/informatievlaanderen/projection-handling/compare/v11.0.7...v11.1.0) (2023-06-13)


### Bug Fixes

* FindAsync return type must match original FindAsync method ([e872565](https://github.com/informatievlaanderen/projection-handling/commit/e87256527e16dc23fd14565532b2661a162e4b9f))


### Features

* add direct envelope microsoft ioc registration ([20178b9](https://github.com/informatievlaanderen/projection-handling/commit/20178b9604823f5d6c434003a6a9e8d0372748d1))
* add lastchangedlist direct ioc registration ([e5bb7b1](https://github.com/informatievlaanderen/projection-handling/commit/e5bb7b130f96916b6eaf80423ac5d8b70e1538b8))

## [11.0.7](https://github.com/informatievlaanderen/projection-handling/compare/v11.0.6...v11.0.7) (2023-01-01)


Expand Down
4 changes: 2 additions & 2 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": "11.0.7",
"version": "11.1.0",
"description": "Lightweight projection handling infrastructure.",
"author": "Basisregisters Vlaanderen",
"license": "MIT",
Expand Down

0 comments on commit 2e8b658

Please sign in to comment.