Skip to content

Commit b4ed918

Browse files
committed
chore(release): 1.2.0
1 parent 8c89133 commit b4ed918

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
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.
44

5+
## [1.3.0](https://github.com/filestack/filestack-angular/compare/v1.2.0...v1.3.0) (2020-10-05)
6+
7+
8+
### Features
9+
10+
* **module:** Update for new filestack-version
11+
12+
13+
### Bug Fixes
14+
15+
* **build:** fix problems with build library for angular < 9
16+
17+
18+
## [1.2.0](https://github.com/filestack/filestack-angular/compare/v1.0.2...v1.2.0) (2020-10-05)
19+
20+
21+
### Features
22+
23+
* **module:** Add global config for module, update example site ([c2861c8](https://github.com/filestack/filestack-angular/commit/c2861c85b090f949256ffba5342c41bfe34d6a43))
24+
25+
26+
### Bug Fixes
27+
28+
* **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))
29+
530
## [1.1.0](https://github.com/filestack/filestack-angular/compare/v1.0.2...v1.1.0) (2020-06-08)
631

732

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@filestack/angular",
3-
"version": "1.1.0",
3+
"version": "1.3.0",
44
"description": "Angular module for filestack-js",
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve",
8-
"build": "ng build filestack-angular",
8+
"build": "ng build filestack-angular --prod",
99
"test": "ng test filestack-angular --watch=false",
1010
"test:watch": "ng test filestack-angular",
1111
"lint": "ng lint",

projects/filestack-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@filestack/angular",
3-
"version": "1.1.0",
3+
"version": "1.3.0",
44
"peerDependencies": {
55
"@angular/common": "^10.0.8",
66
"@angular/core": "^10.0.8",

0 commit comments

Comments
 (0)