Skip to content

Commit 2dc49fe

Browse files
chore(release): 3.0.0
1 parent c572a49 commit 2dc49fe

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [3.0.0](https://github.com/highcharts/highcharts-angular/compare/v2.10.0...v3.0.0) (2021-12-01)
6+
7+
8+
### Features
9+
10+
* Updated to Angular 13 ([aa202ec](https://github.com/highcharts/highcharts-angular/pull/305/commits/aa202ec98bb41bc85eb74229059adcc6398e3cc6)
11+
512
## [2.10.0](https://github.com/highcharts/highcharts-angular/compare/v2.8.1...v2.10.0) (2021-02-09)
613

714
### Features

highcharts-angular/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [3.0.0](https://github.com/highcharts/highcharts-angular/compare/v2.10.0...v3.0.0) (2021-12-01)
6+
7+
8+
### Features
9+
10+
* Updated to Angular 13 ([aa202ec](https://github.com/highcharts/highcharts-angular/pull/305/commits/aa202ec98bb41bc85eb74229059adcc6398e3cc6)
11+
512
## [2.10.0](https://github.com/highcharts/highcharts-angular/compare/v2.8.1...v2.10.0) (2021-02-09)
613

714
### Features

highcharts-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "highcharts-angular",
33
"description": "Highcharts component for Angular.",
4-
"version": "2.10.0",
4+
"version": "3.0.0",
55
"license": "SEE LICENSE IN <LICENSE>",
66
"author": "Black Label <[email protected]> (http://blacklabel.pl)",
77
"bugs": {

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"test": "ng test",
1313
"lint": "ng lint highcharts-angular",
1414
"release": "cd ./highcharts-angular && standard-version && cd ../ && node tasks/build.js && node tasks/release.js",
15+
"release-major": "cd ./highcharts-angular && standard-version --release-as major && cd ../ && node tasks/build.js && node tasks/release.js",
1516
"e2e": "ng e2e"
1617
},
1718
"dependencies": {

0 commit comments

Comments
 (0)