Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2023-07-05)

### Chore

* Fix eslint configuration and script ([2929965](2929965))
* Fix lint errors & warnings ([76677f8](76677f8))

### Fix

* read relative files via antora virtual file system ([515902d](515902d))
  • Loading branch information
semantic-release-bot committed Jul 5, 2023
1 parent 515902d commit 616daf2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.2.1](https://github.com/uniqueck/asciidoctor-liquibase/compare/v1.2.0...v1.2.1) (2023-07-05)


### Chore

* Fix eslint configuration and script ([2929965](https://github.com/uniqueck/asciidoctor-liquibase/commit/292996506f8233aca747224005aa66700d636008))
* Fix lint errors & warnings ([76677f8](https://github.com/uniqueck/asciidoctor-liquibase/commit/76677f8bb22ed80aaf39efb335ff5f1e29235e80))

### Fix

* read relative files via antora virtual file system ([515902d](https://github.com/uniqueck/asciidoctor-liquibase/commit/515902d264995302aa5f79521f06b4ee5780a6d1))

# [1.2.0](https://github.com/uniqueck/asciidoctor-liquibase/compare/v1.1.0...v1.2.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.

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.0",
"version": "1.2.1",
"license": "MIT",
"keywords": [
"asciidoctor",
Expand Down

0 comments on commit 616daf2

Please sign in to comment.