Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
chore(release): 5.4.10 [skip ci]
Browse files Browse the repository at this point in the history
## [5.4.10](v5.4.9...v5.4.10) (2020-08-07)

### Bug Fixes

* do not cache require, require is already cached in NodeJS by design ([#194](#194)) ([99b9466](99b9466))
  • Loading branch information
oclif-bot committed Aug 7, 2020
1 parent 99b9466 commit e88a9b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.4.10](https://github.com/oclif/cli-ux/compare/v5.4.9...v5.4.10) (2020-08-07)


### Bug Fixes

* do not cache require, require is already cached in NodeJS by design ([#194](https://github.com/oclif/cli-ux/issues/194)) ([99b9466](https://github.com/oclif/cli-ux/commit/99b9466d8e4abc9efaf3282eac080af17137a047))

## [5.4.9](https://github.com/oclif/cli-ux/compare/v5.4.8...v5.4.9) (2020-07-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cli-ux",
"description": "cli IO utilities",
"version": "5.4.9",
"version": "5.4.10",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/cli-ux/issues",
"dependencies": {
Expand Down

0 comments on commit e88a9b7

Please sign in to comment.