-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [it-glob-v2.0.0](it-glob-v1.0.2...it-glob-v2.0.0) (2022-10-17) ### ⚠ BREAKING CHANGES * all modules are now published as ESM-only ### Features * convert to typescript ([#28](#28)) ([f8a38bf](f8a38bf)) ### Dependencies * update sibling dependencies ([1415cdd](1415cdd)) ### Trivial Changes * remove clean from it-glob as aegir depends on it ([80da857](80da857))
- Loading branch information
1 parent
80da857
commit 790aae9
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## [it-glob-v2.0.0](https://github.com/achingbrain/it/compare/it-glob-v1.0.2...it-glob-v2.0.0) (2022-10-17) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* all modules are now published as ESM-only | ||
|
||
### Features | ||
|
||
* convert to typescript ([#28](https://github.com/achingbrain/it/issues/28)) ([f8a38bf](https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464)) | ||
|
||
|
||
### Dependencies | ||
|
||
* update sibling dependencies ([1415cdd](https://github.com/achingbrain/it/commit/1415cdd019f32c08b1024e60bf3816619e361938)) | ||
|
||
|
||
### Trivial Changes | ||
|
||
* remove clean from it-glob as aegir depends on it ([80da857](https://github.com/achingbrain/it/commit/80da857e2badaf7f4014c96853bcb2a7830e6032)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "it-glob", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"description": "Async iterable filename pattern matcher", | ||
"author": "Alex Potsides <[email protected]>", | ||
"license": "Apache-2.0 OR MIT", | ||
|