Skip to content

Commit fae58c8

Browse files
committed
chore(release): 0.35.1
1 parent 12e5ce4 commit fae58c8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.35.1](https://github.com/cybozu/duck/compare/v0.35.0...v0.35.1) (2022-08-25)
6+
7+
8+
### Bug Fixes
9+
10+
* **batch:** handle compile errors in batch mode ([#794](https://github.com/cybozu/duck/issues/794)) ([12e5ce4](https://github.com/cybozu/duck/commit/12e5ce4737aec67b07c585c1d8c489d4a8b884b3))
11+
512
## [0.35.0](https://github.com/cybozu/duck/compare/v0.34.5...v0.35.0) (2022-08-25)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cybozu/duck",
33
"description": "Serves and builds an app with Google Closure Compiler/Library/Templates. An alternative to plovr.",
4-
"version": "0.35.0",
4+
"version": "0.35.1",
55
"author": "Cybozu, Inc.",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)