Skip to content

Commit 20f9021

Browse files
chore(release): 1.0.0-alpha.2 [skip ci]
# [1.0.0-alpha.2](v1.0.0-alpha.1...v1.0.0-alpha.2) (2021-10-30) ### Features * allow depth as patterns to match files ([aaecee4](aaecee4)) * include baseDir in getEntryFiles default ([1d054ca](1d054ca))
1 parent 071d0ca commit 20f9021

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.0.0-alpha.2](https://github.com/tlibjs/scripts/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2021-10-30)
2+
3+
4+
### Features
5+
6+
* allow depth as patterns to match files ([aaecee4](https://github.com/tlibjs/scripts/commit/aaecee4f1010cdde15844c2708c0405340629152))
7+
* include baseDir in getEntryFiles default ([1d054ca](https://github.com/tlibjs/scripts/commit/1d054ca267007ea6b284e93fc09707650c2ea734))
8+
19
# 1.0.0-alpha.1 (2021-10-25)
210

311

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.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "an example package published from template for typescript libraries",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)