Skip to content

Commit 5f25ff9

Browse files
committed
chore(release): 4.4.1
1 parent fca3075 commit 5f25ff9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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+
### [4.4.1](https://github.com/fbi-js/fbi/compare/v4.4.0...v4.4.1) (2021-02-04)
6+
7+
8+
### Features
9+
10+
* 去除ejs依赖 ([69bfc03](https://github.com/fbi-js/fbi/commit/69bfc0394194f8e45b80882b7006bb52e9118d00))
11+
12+
13+
### Bug Fixes
14+
15+
* 修复render类型定义无法扩展的问题 ([fca3075](https://github.com/fbi-js/fbi/commit/fca30752c20176819666b665c107dde16d5cab83))
16+
517
## [4.4.0](https://github.com/fbi-js/fbi/compare/v4.3.4...v4.4.0) (2021-02-04)
618

719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fbi",
33
"description": "A workflow tool in the command line",
4-
"version": "4.4.0",
4+
"version": "4.4.1",
55
"author": "shaw @neikvon",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)