Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 17, 2022
1 parent d4e0e63 commit 3f6a1b4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .changeset/quiet-spiders-worry.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/node-cache-manager-ioredis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @tirke/node-cache-manager-ioredis

## 2.0.0

### Major Changes

- [`d4e0e63`](https://github.com/Tirke/node-cache-manager-ioredis/commit/d4e0e638ae1319bb049fd1a929a7a26ef13aee11) Thanks [@Tirke](https://github.com/Tirke)! - Changed import from default to named one

Package was previously imported as a default import

```typescript
import RedisStore from '@tirke/cache-manager-ioredis'
```

This could lead to some difficulties when transpiling and importing with require in node.

The package is now exporting a new named import

```typescript
import { IoRedisStore } from '@tirke/cache-manager-ioredis'
```

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-cache-manager-ioredis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tirke/node-cache-manager-ioredis",
"version": "1.0.3",
"version": "2.0.0",
"type": "commonjs",
"repository": "https://github.com/Tirke/node-cache-manager-ioredis",
"funding": "https://github.com/sponsors/tirke",
Expand Down

0 comments on commit 3f6a1b4

Please sign in to comment.