Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 20, 2023
1 parent eefd90f commit dbe6e1b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/dimensionalpocket/websocket-server-js/compare/0.2.0...0.3.0) (2023-02-20)


### Features

* PubSub support ([#6](https://github.com/dimensionalpocket/websocket-server-js/issues/6)) ([eefd90f](https://github.com/dimensionalpocket/websocket-server-js/commit/eefd90f6de656f927b37e3615a7955ea1b798fed))

## [0.2.0](https://github.com/dimensionalpocket/websocket-server-js/compare/0.1.0...0.2.0) (2023-02-12)


Expand Down
2 changes: 1 addition & 1 deletion config/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.2.0' /* x-release-please-version */
export const VERSION = '0.3.0' /* x-release-please-version */
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dimensionalpocket/websocket-server",
"version": "0.2.0",
"version": "0.3.0",
"description": "Wrapper on µWebSockets.js with opinionated features",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit dbe6e1b

Please sign in to comment.