Skip to content

Commit efcb3e6

Browse files
committed
chore(release): 2.5.0
1 parent ae0c2ca commit efcb3e6

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
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+
## [2.5.0](https://github.com/ngworker/angular-versions-action/compare/v2.4.1...v2.5.0) (2021-02-02)
6+
7+
8+
### Features
9+
10+
* add packages for libraries and schematics ([#11](https://github.com/ngworker/angular-versions-action/issues/11)) ([ae0c2ca](https://github.com/ngworker/angular-versions-action/commit/ae0c2ca17103add113177945b0076ff23128fe5f))
11+
512
### [2.4.1](https://github.com/ngworker/angular-versions-action/compare/v2.4.0...v2.4.1) (2021-01-21)
613

714
## [2.4.0](https://github.com/ngworker/angular-versions-action/compare/v2.3.4...v2.4.0) (2021-01-21)

dist/index.js

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-action",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"private": true,
55
"description": "TypeScript template action",
66
"main": "lib/main.js",
@@ -11,7 +11,7 @@
1111
"lint": "eslint src/**/*.ts",
1212
"package": "ncc build --source-map --license licenses.txt",
1313
"test": "jest --passWithNoTests",
14-
"ci": "yarn build && yarn format && yarn lint && yarn package && yarn test",
14+
"ci": "yarn build && yarn format && yarn lint && yarn test",
1515
"contributors:add": "all-contributors add",
1616
"hooks:pre-commit": "node hooks/pre-commit.js",
1717
"commit": "git-cz",

0 commit comments

Comments
 (0)