Skip to content

Commit

Permalink
Realse v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo committed Nov 29, 2018
1 parent 4f3f376 commit 4575d24
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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).

## [2.1.1] - 2018-11-28

### Added

- Function to create custom namespaces

### Changed

- Angular peer dependencie to `^6.0.0 || ^7.0.0` to resolve npm warnings.

### Removed

- Steps to run proyect in Anuglar 6 with version 1.0.8

## [2.0.0] - 2018-10-26

### Removed
Expand Down
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": "ngx-socket-io",
"version": "2.0.0",
"version": "2.1.1",
"description": "Socket.IO module for Angular 7",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit 4575d24

Please sign in to comment.