Skip to content

Commit 6f79530

Browse files
chore(release): 1.0.0-alpha.5 [skip ci]
# [1.0.0-alpha.5](v1.0.0-alpha.4...v1.0.0-alpha.5) (2021-11-01) ### Bug Fixes * respect outputRootDir in genBundleOutput ([01589af](01589af)) ### Features * rollup plugin copyMeta ([2bb3dd4](2bb3dd4)) * rollup/defaults ([244e894](244e894)) * util/func isTruthy ([240ad8e](240ad8e))
1 parent 1729dbb commit 6f79530

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.0.0-alpha.5](https://github.com/tlibjs/scripts/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2021-11-01)
2+
3+
4+
### Bug Fixes
5+
6+
* respect outputRootDir in genBundleOutput ([01589af](https://github.com/tlibjs/scripts/commit/01589af1a67680e1d178a1bc79a52262093ae5bf))
7+
8+
9+
### Features
10+
11+
* rollup plugin copyMeta ([2bb3dd4](https://github.com/tlibjs/scripts/commit/2bb3dd43bdcacea01a32295236a381d48b028292))
12+
* rollup/defaults ([244e894](https://github.com/tlibjs/scripts/commit/244e894d6fd1899c62df00fc47c44eb1198fd318))
13+
* util/func isTruthy ([240ad8e](https://github.com/tlibjs/scripts/commit/240ad8e30db09f741cd1e6c4caf4875bf9ff0b23))
14+
115
# [1.0.0-alpha.4](https://github.com/tlibjs/scripts/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2021-11-01)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tlib/scripts",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "a tool to generate code for typescript libraries",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)