Skip to content

Commit

Permalink
Release v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodgc committed Nov 17, 2022
1 parent 0896db3 commit e108a1e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [4.4.0] - 2022-11-17

### Update

- Bump `@angular` dependencies to v15.0.0.
- Bump `ng-packagr` dependencies to v15.0.0.
- Bump `typescript` dependencies to v4.8.0.

## [4.3.1] - 2022-09-12

### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Make sure you're using the proper corresponding version of socket.io on the serv
| v4.1.0 | v4.0.0 | 12.x |
| v4.2.0 | v4.0.0 | 13.x |
| v4.3.0 | v4.5.1 | 14.x |
| v4.4.0 | v4.5.1 | 15.x |

## How to use

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-socket-io",
"version": "4.3.1",
"version": "4.4.0",
"description": "Socket.IO module for Angular",
"main": "index.ts",
"scripts": {
Expand Down Expand Up @@ -31,22 +31,22 @@
"zone.js": "~0.11.4"
},
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"rxjs": "^7.0.0"
},
"devDependencies": {
"@angular/compiler": "^14.0.0",
"@angular/compiler-cli": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/compiler": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/core": "^15.0.0",
"@types/node": "^12.7.1",
"@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32",
"husky": "^6.0.0",
"ng-packagr": "^14.0.0",
"ng-packagr": "^15.0.0",
"prettier": "^2.2.1",
"rxjs": "^7.0.0",
"tslint": "^5.18.0",
"typescript": "^4.7.3"
"typescript": "^4.8.0"
}
}

0 comments on commit e108a1e

Please sign in to comment.