Skip to content

Commit ca4abf1

Browse files
author
Kovacs Alex
committed
chore(release): 1.2.1
1 parent de608f0 commit ca4abf1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
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.
4+
5+
### [1.2.1](https://github.com/alexthemaster/action-build-typescript/compare/v1.2.0...v1.2.1) (2021-02-18)

package-lock.json

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": "action-build-typescript",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A GitHub Action that builds your TypeScript projects and optionally also pushes the generated code to a different branch on your repository",
55
"main": "src/index.mjs",
66
"repository": {
@@ -24,4 +24,4 @@
2424
"@actions/github": "^4.0.0",
2525
"@actions/io": "^1.0.2"
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)