Skip to content

Commit

Permalink
v2.4.2 (#34)
Browse files Browse the repository at this point in the history
* update refs

* Move "@types/ramda" to {dependencies}

Issue #32

* 2.4.2
  • Loading branch information
philcockfield authored Jul 9, 2023
1 parent db6a9d9 commit bc8db2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Security


## [2.4.2] - 2023-06-8
#### Fixed
- Issue #33: "@types/ramda" types as devDependency causing upstream issues on `--skipLib`


## [2.4.1] - 2023-06-28
#### Fixed
- Cleared case difference in generated /lib folder (name "Util.js" → "util.js")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-system-cache",
"version": "2.4.1",
"version": "2.4.2",
"description": "A super-fast, promise-based cache that reads and writes to the file-system.",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit bc8db2c

Please sign in to comment.