diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f00d5..1aff466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.3.0](https://github.com/filestack/filestack-angular/compare/v1.2.0...v1.3.0) (2020-10-05) + + +### Features + +* **module:** Update for new filestack-version + + +### Bug Fixes + +* **build:** fix problems with build library for angular < 9 + + +## [1.2.0](https://github.com/filestack/filestack-angular/compare/v1.0.2...v1.2.0) (2020-10-05) + + +### Features + +* **module:** Add global config for module, update example site ([c2861c8](https://github.com/filestack/filestack-angular/commit/c2861c85b090f949256ffba5342c41bfe34d6a43)) + + +### Bug Fixes + +* **build:** fix problems with build library for angular < 9 ([#14](https://github.com/filestack/filestack-angular/issues/14)) ([281106a](https://github.com/filestack/filestack-angular/commit/281106abc73975d486d1e6b90d89c237bf568bca)) + ## [1.1.0](https://github.com/filestack/filestack-angular/compare/v1.0.2...v1.1.0) (2020-06-08) diff --git a/package-lock.json b/package-lock.json index 5e9a2ac..6a619b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "filestack", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 89a3639..38a516b 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@filestack/angular", - "version": "1.1.0", + "version": "1.3.0", "description": "Angular module for filestack-js", "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build filestack-angular", + "build": "ng build filestack-angular --prod", "test": "ng test filestack-angular --watch=false", "test:watch": "ng test filestack-angular", "lint": "ng lint", diff --git a/projects/filestack-angular/package.json b/projects/filestack-angular/package.json index 0110974..e7500d6 100644 --- a/projects/filestack-angular/package.json +++ b/projects/filestack-angular/package.json @@ -1,6 +1,6 @@ { "name": "@filestack/angular", - "version": "1.1.0", + "version": "1.3.0", "peerDependencies": { "@angular/common": "^10.0.8", "@angular/core": "^10.0.8",