Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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
semantic-release-bot committed Oct 17, 2022
1 parent 80da857 commit 790aae9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions packages/it-glob/CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion packages/it-glob/package.json
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 <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 790aae9

Please sign in to comment.