diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d3583..093671e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.1.23](https://github.com/ibsheet/loader/compare/v1.1.22...v1.1.23) (2023-11-27) + + +### Bug Fixes + +* createSheet 에서 sync 옵션 적용되도록 수정. ([aee6546](https://github.com/ibsheet/loader/commit/aee6546112c54368daea4b730385cca7341b06fa)) + ### [1.1.22](https://github.com/ibsheet/loader/compare/v1.1.21...v1.1.22) (2023-08-10) diff --git a/package.json b/package.json index d4e0c79..d64d1f3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "filename": "ibsheet-loader", "global": "IBSheetLoader" }, - "version": "1.1.22", + "version": "1.1.23", "description": "Dynamically load support module for IBSheet", "main": "index.js", "scripts": {