Skip to content

Commit

Permalink
docs(CHANGELOG): updated for v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eudaimos committed Mar 10, 2024
1 parent ca00693 commit 7b3208b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.16.0](https://github.com/zzyzxlab/tao.js/compare/v0.15.0...v0.16.0) (2024-03-10)

### Bug Fixes

- **react:** explicitly make react external package ([0580cf4](https://github.com/zzyzxlab/tao.js/commit/0580cf46de65b634a7a6054c4329d02047747069))

### Features

- **auth:** get auth from socket.io on AC propagation ([ae4d948](https://github.com/zzyzxlab/tao.js/commit/ae4d9483ddf44e3b4abf47500c63e34d8427a9cc))
- **utils:** new utilities for transfer, forward & logging ([d71ef74](https://github.com/zzyzxlab/tao.js/commit/d71ef7423209a870819385f9e2c8dc179aae18e1))

### BREAKING CHANGES

- **socket.io:** onConnect now receives the whole socket in callback instead of just id prop

# [0.15.0](https://github.com/zzyzxlab/tao.js/compare/v0.14.3...v0.15.0) (2023-01-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tao.js",
"version": "0.15.0",
"version": "0.16.0",
"main": "index.js",
"private": true,
"directories": {
Expand Down

0 comments on commit 7b3208b

Please sign in to comment.