Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2023-06-16)

### Build

* add keywords and add changelog to node js package ([c5e10b8](c5e10b8))

### Docs

* remove duplicated changelog file in adoc format ([3a65933](3a65933))

### Fix

* extract columns of addColumn changeSet type correctly ([161c14a](161c14a))

### Update

* Ignore changeSet elements of type update ([703e662](703e662))
  • Loading branch information
semantic-release-bot committed Jun 16, 2023
1 parent c5e10b8 commit 32c6a9e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.2.0](https://github.com/uniqueck/asciidoctor-liquibase/compare/v1.1.0...v1.2.0) (2023-06-16)


### Build

* add keywords and add changelog to node js package ([c5e10b8](https://github.com/uniqueck/asciidoctor-liquibase/commit/c5e10b85f513b959f741f9e6d1e1689bf3d4a01c))

### Docs

* remove duplicated changelog file in adoc format ([3a65933](https://github.com/uniqueck/asciidoctor-liquibase/commit/3a6593328cd20887385fc854148ee97a321e8314))

### Fix

* extract columns of addColumn changeSet type correctly ([161c14a](https://github.com/uniqueck/asciidoctor-liquibase/commit/161c14a552efc0a09d8228c8f9cafdf3353007f2))

### Update

* Ignore changeSet elements of type update ([703e662](https://github.com/uniqueck/asciidoctor-liquibase/commit/703e6627d828dc582000472e2f0197debc68e9c0))

# [1.1.0](https://github.com/uniqueck/asciidoctor-liquibase/compare/v1.0.1...v1.1.0) (2023-06-16)


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.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "asciidoctor-liquibase",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"keywords": ["asciidoctor", "asciidoctor.js", "liquibase", "antora"],
"keywords": [
"asciidoctor",
"asciidoctor.js",
"liquibase",
"antora"
],
"author": {
"name": "Constantin Krüger",
"email": "[email protected]"
Expand Down

0 comments on commit 32c6a9e

Please sign in to comment.