From d0c98bf1852d330518b177211e3fa9878f704216 Mon Sep 17 00:00:00 2001 From: rodgc Date: Sat, 10 Aug 2019 15:02:58 -0500 Subject: [PATCH] Update CHANGELOG to v3.0.0 --- CHANGELOG.md | 25 ++++++++++++++++++++++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ad9ad..1b64553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,30 @@ 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). +## [3.0.0] - 2019-08-10 + +### Updated + +- `Angular` dependencies to version 8. + +### Changed + +- Pack library to `ng-packagr` from `ngc-rollup`. ([@GregOnNet](https://github.com/GregOnNet) + +### Fixed + +- Errors at packing the library. + +### Removed + +- `rxjs` from dependencies. +- `@Inject(SOCKET_CONFIG_TOKEN)` form service constructor, casuing erros with `Angular 8`. + ## [2.1.1] - 2018-11-28 ### Added -- Function to create custom namespaces +- Function to create custom namespaces. ### Changed @@ -17,10 +36,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Removed -- Steps to run proyect in Anuglar 6 with version 1.0.8 +- Steps to run proyect in Anuglar 6 with version 1.0.8. ## [2.0.0] - 2018-10-26 ### Removed -- Angular core from dependencies to work on Angular 7 +- Angular core from dependencies to work on Angular 7. diff --git a/package-lock.json b/package-lock.json index ec51b2d..e77d3ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-socket-io", - "version": "2.1.1", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f185f5a..536edcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-socket-io", - "version": "2.1.1", + "version": "3.0.0", "description": "Socket.IO module for Angular", "main": "index.ts", "scripts": {