Skip to content

Commit

Permalink
Merge pull request #1 from apetta/changeset-release/main
Browse files Browse the repository at this point in the history
Initial version release to npm
  • Loading branch information
apetta authored Dec 17, 2024
2 parents 98703ee + 8597a28 commit 30b7fe6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-ghosts-rush.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# node-cache-plus

## 1.0.1

### Patch Changes

- f8494ab: initial version
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "node-cache-plus",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "A wrapper around @cacheable/node-cache with additional features such tag based invalidation, factory functions, and more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:docs": "typedoc --out docs ./src/index.ts",
Expand Down

0 comments on commit 30b7fe6

Please sign in to comment.