Skip to content

Commit f719c2d

Browse files
chore(release): 1.0.0-alpha.3 [skip ci]
# [1.0.0-alpha.3](v1.0.0-alpha.2...v1.0.0-alpha.3) (2021-10-31) ### Bug Fixes * circular dependency ([35ebb6a](35ebb6a)) ### Features * generate pkg.exports ([46a618c](46a618c)) * util path deepTrimStartDir ([b0d19eb](b0d19eb)) * util/path trimStartDir ([c5c4bb8](c5c4bb8))
1 parent 33da63f commit f719c2d

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.3](https://github.com/tlibjs/scripts/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2021-10-31)
2+
3+
4+
### Bug Fixes
5+
6+
* circular dependency ([35ebb6a](https://github.com/tlibjs/scripts/commit/35ebb6a378ee3c11c7cf1c7588d763b2e3a0f861))
7+
8+
9+
### Features
10+
11+
* generate pkg.exports ([46a618c](https://github.com/tlibjs/scripts/commit/46a618cfed072e5ebc55ebb10a7e7cd74298b342))
12+
* util path deepTrimStartDir ([b0d19eb](https://github.com/tlibjs/scripts/commit/b0d19eb84fd75c70f23eb6b8714621660b9da018))
13+
* util/path trimStartDir ([c5c4bb8](https://github.com/tlibjs/scripts/commit/c5c4bb8ae247b3c2c6258b622bed4b29fd759824))
14+
115
# [1.0.0-alpha.2](https://github.com/tlibjs/scripts/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2021-10-30)
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.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "an example package published from template for typescript libraries",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)