Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholuj committed Oct 5, 2020
1 parent 8c89133 commit b4ed918
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/filestack-angular/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b4ed918

Please sign in to comment.