Skip to content

Commit 588d893

Browse files
committed
chore(release): 0.34.4
1 parent 2196634 commit 588d893

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.4](https://github.com/cybozu/duck/compare/v0.34.3...v0.34.4) (2022-08-11)
6+
7+
8+
### Bug Fixes
9+
10+
* **batch:** update faastjs to v6 and use async generator for faastjs module function ([#764](https://github.com/cybozu/duck/issues/764)) ([2196634](https://github.com/cybozu/duck/commit/219663416ce1e7715152c2904839998053e44749))
11+
* **deps:** update dependency fastify to ^4.4.0 ([#757](https://github.com/cybozu/duck/issues/757)) ([8d0a02e](https://github.com/cybozu/duck/commit/8d0a02e5ef3e7e89d2ad946b0de4401a5705076b))
12+
* **deps:** update dependency google-closure-deps to v20220719 ([#758](https://github.com/cybozu/duck/issues/758)) ([1981bac](https://github.com/cybozu/duck/commit/1981bac452d1ddffa3f2cefb2c07c4c7d5577466))
13+
* enable @typescript-eslint/consistent-type-imports ([#756](https://github.com/cybozu/duck/issues/756)) ([5682ff2](https://github.com/cybozu/duck/commit/5682ff2352b6ae7e2d3bdbcab951d14cd8d47237))
14+
515
### [0.34.3](https://github.com/cybozu/duck/compare/v0.34.2...v0.34.3) (2022-08-06)
616

717

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

0 commit comments

Comments
 (0)