Skip to content

Commit 60151a6

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-11-01) ### Bug Fixes * @semantic-release/exec prepareCmd ([8a83e75](8a83e75)) * circular dependency ([721b593](721b593)) * exclude .d.ts files from rollup input entries ([375b3bf](375b3bf)) * move required dev deps to deps ([0fb143a](0fb143a)) * rebuild in prepublishOnly ([524d331](524d331)) * respect outputRootDir in genBundleOutput ([780d942](780d942)) * rollup dts should use json plugin ([db39b7e](db39b7e)) ### Features * add json plugin to compile plugins ([b298c75](b298c75)) * allow depth as patterns to match files ([f894ecb](f894ecb)) * export version ([c86907b](c86907b)) * generate pkg.exports ([8b9cf58](8b9cf58)) * include baseDir in getEntryFiles default ([5523dcc](5523dcc)) * remove ie 11 support ([821a457](821a457)) * rollup plugin copyMeta ([6d1226d](6d1226d)) * rollup/defaults ([fec80a8](fec80a8)) * trigger build ([bd67921](bd67921)) * ts-jest common config ([56c7401](56c7401)) * util path deepTrimStartDir ([3ca6195](3ca6195)) * util/func isTruthy ([ce67464](ce67464)) * util/path trimStartDir ([707f475](707f475)) * **rollup:** entry ([0eb91b7](0eb91b7)) ### Reverts * Revert "fix: rebuild in prepublishOnly" ([0c914ce](0c914ce)) * Revert "chore: build and test before releasing" ([369ca89](369ca89)) ### BREAKING CHANGES * remove ie 11 support
1 parent bd67921 commit 60151a6

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# 1.0.0 (2021-11-01)
2+
3+
4+
### Bug Fixes
5+
6+
* @semantic-release/exec prepareCmd ([8a83e75](https://github.com/tlibjs/scripts/commit/8a83e753341fa36af8707734fb78f8f8beb4eb32))
7+
* circular dependency ([721b593](https://github.com/tlibjs/scripts/commit/721b593f7256cfc6d94ca4c42e1d2606718a0e72))
8+
* exclude .d.ts files from rollup input entries ([375b3bf](https://github.com/tlibjs/scripts/commit/375b3bf5743cd2816f586556ec713c96fcb3f552))
9+
* move required dev deps to deps ([0fb143a](https://github.com/tlibjs/scripts/commit/0fb143aecbc9cb7c804f2a77b3e25b59cfde5eea))
10+
* rebuild in prepublishOnly ([524d331](https://github.com/tlibjs/scripts/commit/524d331d0393062059e82db1a8398ab429b9e5ab))
11+
* respect outputRootDir in genBundleOutput ([780d942](https://github.com/tlibjs/scripts/commit/780d942f9ba589b854ac380823c8e12695988670))
12+
* rollup dts should use json plugin ([db39b7e](https://github.com/tlibjs/scripts/commit/db39b7e1ee3e173bd9eaf9ed2f240d7cb934978a))
13+
14+
15+
### Features
16+
17+
* add json plugin to compile plugins ([b298c75](https://github.com/tlibjs/scripts/commit/b298c75e6dbbe921c487c2161aec570bea1f4998))
18+
* allow depth as patterns to match files ([f894ecb](https://github.com/tlibjs/scripts/commit/f894ecb860d489f0da2abcc66f6306957300657b))
19+
* export version ([c86907b](https://github.com/tlibjs/scripts/commit/c86907bc41a20b90654d0eb28413445482c9da9b))
20+
* generate pkg.exports ([8b9cf58](https://github.com/tlibjs/scripts/commit/8b9cf58968b87b94afe09a180a6bc58f601ccaa4))
21+
* include baseDir in getEntryFiles default ([5523dcc](https://github.com/tlibjs/scripts/commit/5523dcc46746dc0b1bbc2457958472a0507f6ea9))
22+
* remove ie 11 support ([821a457](https://github.com/tlibjs/scripts/commit/821a4578a9a1459def61a700ea823c6ee950ed8a))
23+
* rollup plugin copyMeta ([6d1226d](https://github.com/tlibjs/scripts/commit/6d1226d92af81a8b46c57cb96645d4c4cbe7f8ae))
24+
* rollup/defaults ([fec80a8](https://github.com/tlibjs/scripts/commit/fec80a80c7bba0a04094b3faa538edc9f60f6740))
25+
* trigger build ([bd67921](https://github.com/tlibjs/scripts/commit/bd67921b3d767e3b3498fc33715aac0582e0e8de))
26+
* ts-jest common config ([56c7401](https://github.com/tlibjs/scripts/commit/56c74012a735903cf18e7a6afeadaa7faf884dfe))
27+
* util path deepTrimStartDir ([3ca6195](https://github.com/tlibjs/scripts/commit/3ca6195f6e3bf26c476d96af4c5adb376835b4d5))
28+
* util/func isTruthy ([ce67464](https://github.com/tlibjs/scripts/commit/ce67464a27b09a31b0b5552b8021af12fb47fa82))
29+
* util/path trimStartDir ([707f475](https://github.com/tlibjs/scripts/commit/707f47591413ae9fbfa0a70be0f504cf1e115804))
30+
* **rollup:** entry ([0eb91b7](https://github.com/tlibjs/scripts/commit/0eb91b7b86334d8ab757b0d169385a8aa5cb54b8))
31+
32+
33+
### Reverts
34+
35+
* Revert "fix: rebuild in prepublishOnly" ([0c914ce](https://github.com/tlibjs/scripts/commit/0c914cea9941fe07017520241f6e486f5d6f2015))
36+
* Revert "chore: build and test before releasing" ([369ca89](https://github.com/tlibjs/scripts/commit/369ca89f9da485bed74746c554b3b9c101febab1))
37+
38+
39+
### BREAKING CHANGES
40+
41+
* remove ie 11 support
42+
143
# [1.0.0-alpha.8](https://github.com/tlibjs/scripts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2021-11-01)
244

345

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.8",
3+
"version": "1.0.0",
44
"description": "a tool to generate code for typescript libraries",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)