diff --git a/CHANGELOG.md b/CHANGELOG.md index 604b9d4d2..ab14d7ddd 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. +### [0.35.1](https://github.com/cybozu/duck/compare/v0.35.0...v0.35.1) (2022-08-25) + + +### Bug Fixes + +* **batch:** handle compile errors in batch mode ([#794](https://github.com/cybozu/duck/issues/794)) ([12e5ce4](https://github.com/cybozu/duck/commit/12e5ce4737aec67b07c585c1d8c489d4a8b884b3)) + ## [0.35.0](https://github.com/cybozu/duck/compare/v0.34.5...v0.35.0) (2022-08-25) diff --git a/package-lock.json b/package-lock.json index f029b75ff..7d5ba93ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cybozu/duck", - "version": "0.35.0", + "version": "0.35.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cybozu/duck", - "version": "0.35.0", + "version": "0.35.1", "license": "MIT", "dependencies": { "@fastify/cors": "^8.1.0", diff --git a/package.json b/package.json index 99bd11313..a716bf7cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cybozu/duck", "description": "Serves and builds an app with Google Closure Compiler/Library/Templates. An alternative to plovr.", - "version": "0.35.0", + "version": "0.35.1", "author": "Cybozu, Inc.", "publishConfig": { "access": "public"