|
1 | 1 | {
|
2 | 2 | "name": "flex-layout-srcs",
|
3 | 3 | "description": "Angular Flex Layout",
|
4 |
| - "version": "12.0.0-beta.35", |
| 4 | + "version": "13.0.0-beta.36", |
5 | 5 | "homepage": "https://github.com/angular/flex-layout",
|
6 | 6 | "bugs": "https://github.com/angular/flex-layout/issues",
|
7 | 7 | "repository": {
|
|
24 | 24 | "test": "ng test @angular/flex-layout",
|
25 | 25 | "test:ssr": "webpack --config test/webpack-spec-ssr-bundle.js && jasmine --config=test/jasmine-ssr.json",
|
26 | 26 | "lint": "stylelint projects/libs/**/*.scss --config=stylelint-config.json && tslint --project ./tsconfig.json --config tslint.json",
|
27 |
| - "release": "yarn build && yarn stamp" |
| 27 | + "release": "yarn build && yarn stamp", |
| 28 | + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" |
28 | 29 | },
|
29 | 30 | "private": true,
|
30 | 31 | "requiredAngularVersion": "^13.0.0",
|
|
55 | 56 | "@types/jasmine": "~3.10.0",
|
56 | 57 | "@types/minimatch": "^3.0.5",
|
57 | 58 | "@types/node": "^12.11.1",
|
| 59 | + "conventional-changelog-cli": "^2.1.1", |
58 | 60 | "jasmine-core": "~3.10.0",
|
59 | 61 | "karma": "~6.3.0",
|
60 | 62 | "karma-browserstack-launcher": "^1.6.0",
|
|
0 commit comments