Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot authored and vpriem committed Aug 21, 2023
1 parent 93c0578 commit 8da2e18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## [2.0.0-beta.1](https://github.com/TierMobility/tile38-ts/compare/v1.3.2...v2.0.0-beta.1) (2023-08-21)


### ⚠ BREAKING CHANGES

* node-redis -> ioredis

### Features

* ♻️ change redis client to use ioredis instead of node-redis ([8606515](https://github.com/TierMobility/tile38-ts/commit/8606515a7c4812931515b5039ec6bf549074b48a))

## [2.0.0-beta.5](https://github.com/TierMobility/tile38-ts/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2023-08-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@tiermobility/tile38-ts",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.1",
"description": "A Node.js Tile38 client written in TypeScript",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 8da2e18

Please sign in to comment.