diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9c38344 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# [1.1.0](https://github.com/uniqueck/asciidoctor-liquibase/compare/v1.0.1...v1.1.0) (2023-06-16) + + +### Build + +* Fix script in Github Workflow to call semantic release ([d296549](https://github.com/uniqueck/asciidoctor-liquibase/commit/d2965495fe9b717abe5b739ec874cc983e146e05)) +* improve release process via `semantic-release` ([8fefbd7](https://github.com/uniqueck/asciidoctor-liquibase/commit/8fefbd7bec6ec46d2a716b263fe5e33ea3cdf51b)) + +### New + +* handle modifyDataType changeSet type ([a78afa6](https://github.com/uniqueck/asciidoctor-liquibase/commit/a78afa6bbcdc4fbc8ad03d8e038e917ff2a878fa)) diff --git a/package-lock.json b/package-lock.json index 0854faf..6b02de9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "asciidoctor-liquibase", - "version": "0.1.0-SNAPSHOT", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "asciidoctor-liquibase", - "version": "0.1.0-SNAPSHOT", + "version": "1.1.0", "license": "MIT", "dependencies": { "xml2js": "^0.4", diff --git a/package.json b/package.json index d8443ce..dd8b90e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asciidoctor-liquibase", - "version": "0.1.0-SNAPSHOT", + "version": "1.1.0", "license": "MIT", "author": { "name": "Constantin Krüger",