Skip to content

Commit

Permalink
chore(release): 1.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.3](v1.2.2...v1.2.3) (2023-09-10)

### Fix

* missing processing of foreignkey information's on addColumn / createTable changeset (fixes #15) ([4b5d08d](4b5d08d)), closes [#15](#15)

### Test

* add cucumber tests for extractor elements ([ef6e72d](ef6e72d))
  • Loading branch information
semantic-release-bot committed Sep 10, 2023
1 parent 4b5d08d commit 188db46
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.2.3](https://github.com/uniqueck/asciidoctor-liquibase/compare/v1.2.2...v1.2.3) (2023-09-10)


### Fix

* missing processing of foreignkey information's on addColumn / createTable changeset (fixes #15) ([4b5d08d](https://github.com/uniqueck/asciidoctor-liquibase/commit/4b5d08d70476895b6c4e4d87ddb050d826a078d4)), closes [#15](https://github.com/uniqueck/asciidoctor-liquibase/issues/15)

### Test

* add cucumber tests for extractor elements ([ef6e72d](https://github.com/uniqueck/asciidoctor-liquibase/commit/ef6e72dedfd1a27866f6034396a6bf75afbef8fa))

## [1.2.2](https://github.com/uniqueck/asciidoctor-liquibase/compare/v1.2.1...v1.2.2) (2023-08-19)


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": "asciidoctor-liquibase",
"version": "1.2.2",
"version": "1.2.3",
"license": "MIT",
"keywords": [
"asciidoctor",
Expand Down

0 comments on commit 188db46

Please sign in to comment.