Skip to content

Commit 6c6dc4b

Browse files
committed
chore(release): 0.34.2
1 parent 5159c63 commit 6c6dc4b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.34.2](https://github.com/cybozu/duck/compare/v0.34.1...v0.34.2) (2022-08-06)
6+
7+
8+
### Features
9+
10+
* **soy:** support soyOptions.outputDirectory ([#753](https://github.com/cybozu/duck/issues/753)) ([5159c63](https://github.com/cybozu/duck/commit/5159c63a980a365b42d1aa80c085f7313375cb2d))
11+
12+
13+
### Bug Fixes
14+
15+
* **duckconfig:** remove validation logic for unsupported old compiler ([#752](https://github.com/cybozu/duck/issues/752)) ([3f58a10](https://github.com/cybozu/duck/commit/3f58a10eb924165d3d43e55cab5070323f58c1ef))
16+
517
### [0.34.1](https://github.com/cybozu/duck/compare/v0.34.0...v0.34.1) (2022-08-05)
618

719

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.34.1",
4+
"version": "0.34.2",
55
"author": "Cybozu, Inc.",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)