Skip to content

Commit 172742a

Browse files
committed
chore: release package(s)
- [email protected]
1 parent 24df806 commit 172742a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

@packages/glob-cache/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/tunnckoCore/opensource/compare/[email protected]@1.0.1) (2020-03-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **glob-cache:** check if info is not null ([24df806](https://github.com/tunnckoCore/opensource/commit/24df806bc32c1d599f0366ea1874acc81789e0c7))
12+
13+
14+
15+
16+
617
# [1.0.0](https://github.com/tunnckoCore/opensource/compare/[email protected]@1.0.0) (2020-03-05)
718

819

@packages/glob-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glob-cache",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"licenseStart": 2020,
55
"license": "MPL-2.0",
66
"description": "Best and fastest file globbing solution for Node.js - can use **any** glob library like `glob`, `globby` or `fast-glob`! Streaming, Promise and Hook APIs, with built in caching layer using `cacache`. Makes you Instant Fast™.",

0 commit comments

Comments
 (0)