Skip to content

Commit

Permalink
docs(CHANGELOG): updated for v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eudaimos committed Jan 31, 2023
1 parent ea0b59c commit 6271687
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [0.15.0](https://github.com/zzyzxlab/tao.js/compare/v0.14.3...v0.15.0) (2023-01-31)

### Features

- **socket.io-client:** allow passing options to socket on client ([ea0b59c](https://github.com/zzyzxlab/tao.js/commit/ea0b59cc300915a7340447ecab58f970bab7809d))

## [0.14.3](https://github.com/zzyzxlab/tao.js/compare/v0.14.2...v0.14.3) (2022-07-30)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This project uses `commitizen` and `lerna` + some githooks for `prettier` and `j
When you have made some changes and staged them **do not** use `git commit` but instead use:

```sh
$ npx git cz
$ npx git-cz
```

Which will start `commitizen` for you to generate the commit message in the desired conventional changelog format.
Expand Down Expand Up @@ -187,7 +187,7 @@ $ npm run build
$ npm run docs:make
```

update version in `package.jsom`
update version in `package.json`

```sh
$ npm run chore:changelog
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.14.3",
"version": "0.15.0",
"main": "index.js",
"private": true,
"directories": {
Expand Down

0 comments on commit 6271687

Please sign in to comment.