Skip to content

Commit f3844e3

Browse files
chore(release): 1.0.0-alpha.1 [skip ci]
# 1.0.0-alpha.1 (2021-10-25) ### Bug Fixes * exclude .d.ts files from rollup input entries ([af5e1a4](af5e1a4)) * move required dev deps to deps ([9fd84d8](9fd84d8)) ### Features * add json plugin to compile plugins ([05a6967](05a6967)) * remove ie 11 support ([a84056c](a84056c)) * **rollup:** entry ([55ddc6f](55ddc6f)) ### BREAKING CHANGES * remove ie 11 support
1 parent 56c238a commit f3844e3

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# 1.0.0-alpha.1 (2021-10-25)
2+
3+
4+
### Bug Fixes
5+
6+
* exclude .d.ts files from rollup input entries ([af5e1a4](https://github.com/tlibjs/scripts/commit/af5e1a4df31bf11f4f20ba9aec1c253fa1644dc9))
7+
* move required dev deps to deps ([9fd84d8](https://github.com/tlibjs/scripts/commit/9fd84d81d5aa3b8b36cb3cc5c2fad5a7b4482932))
8+
9+
10+
### Features
11+
12+
* add json plugin to compile plugins ([05a6967](https://github.com/tlibjs/scripts/commit/05a696790941faf786854f9cdea43bca10c7b08b))
13+
* remove ie 11 support ([a84056c](https://github.com/tlibjs/scripts/commit/a84056c98a45a7ec49352a549a3e071613101481))
14+
* **rollup:** entry ([55ddc6f](https://github.com/tlibjs/scripts/commit/55ddc6fa275e1ad5cc40720f18df34ff1ef7d27b))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* remove ie 11 support

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

0 commit comments

Comments
 (0)