Skip to content

Commit

Permalink
chore(release): 12.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [12.0.0](v11.1.2...v12.0.0) (2023-12-14)

### Bug Fixes

* style to trigger build ([b4e4184](b4e4184))

### Code Refactoring

* runner + split sqlserver, npgsql ([e28ca27](e28ca27))

### BREAKING CHANGES

* `Runner` is now agnostic of database provider.
`Runner.SqlServer` and `Runner.Npgsql` are added.
  • Loading branch information
basisregisters-vlaanderen committed Dec 14, 2023
1 parent b4e4184 commit 87d8eb3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [12.0.0](https://github.com/informatievlaanderen/projection-handling/compare/v11.1.2...v12.0.0) (2023-12-14)


### Bug Fixes

* style to trigger build ([b4e4184](https://github.com/informatievlaanderen/projection-handling/commit/b4e418475b88d5919ddc02ef8b7531f1f88fb4c8))


### Code Refactoring

* runner + split sqlserver, npgsql ([e28ca27](https://github.com/informatievlaanderen/projection-handling/commit/e28ca279bc22095af31679a2e57fe94d38e5da91))


### BREAKING CHANGES

* `Runner` is now agnostic of database provider.
`Runner.SqlServer` and `Runner.Npgsql` are added.

## [11.1.2](https://github.com/informatievlaanderen/projection-handling/compare/v11.1.1...v11.1.2) (2023-11-30)


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.1.2",
"version": "12.0.0",
"description": "Lightweight projection handling infrastructure.",
"author": "Basisregisters Vlaanderen",
"license": "MIT",
Expand Down

0 comments on commit 87d8eb3

Please sign in to comment.