Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.5.0...v2.0.0) (2024-06-18)

### Bug Fixes

* **Messaging:** Fix memory leak on unsubscribe ([b0075ac](b0075ac))
* **Messaging:** fix messaging publish, subscribe, unsubscribe ([85327c8](85327c8))

* Merge pull request #6 from Famcache/refactor/messaging ([c5df836](c5df836)), closes [#6](#6)

### Features

* **Messaging:** Moved messaging related methods to separate module ([4636c30](4636c30))

### BREAKING CHANGES

* Moved messaging related methods to separate module
  • Loading branch information
semantic-release-bot committed Jun 18, 2024
1 parent c5df836 commit 5a840f9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [2.0.0](https://github.com/Famcache/node-famcache/compare/v1.5.0...v2.0.0) (2024-06-18)


### Bug Fixes

* **Messaging:** Fix memory leak on unsubscribe ([b0075ac](https://github.com/Famcache/node-famcache/commit/b0075ac82e3f76d5833501f482af4d068111ccee))
* **Messaging:** fix messaging publish, subscribe, unsubscribe ([85327c8](https://github.com/Famcache/node-famcache/commit/85327c81b6b2892240a06c3998ce70e8404c23aa))


* Merge pull request #6 from Famcache/refactor/messaging ([c5df836](https://github.com/Famcache/node-famcache/commit/c5df83650b14052d0da052dac64cd40192b8d5e7)), closes [#6](https://github.com/Famcache/node-famcache/issues/6)


### Features

* **Messaging:** Moved messaging related methods to separate module ([4636c30](https://github.com/Famcache/node-famcache/commit/4636c30703711abc25248cb513041ebda8ccfdeb))


### BREAKING CHANGES

* Moved messaging related methods to separate module

# [1.5.0](https://github.com/Famcache/node-famcache/compare/v1.4.1...v1.5.0) (2024-05-31)


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": "@famcache/famcache",
"private": false,
"version": "1.5.0",
"version": "2.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5a840f9

Please sign in to comment.