Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthemaster committed Feb 18, 2021
1 parent de608f0 commit ca4abf1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

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.

### [1.2.1](https://github.com/alexthemaster/action-build-typescript/compare/v1.2.0...v1.2.1) (2021-02-18)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-build-typescript",
"version": "1.2.0",
"version": "1.2.1",
"description": "A GitHub Action that builds your TypeScript projects and optionally also pushes the generated code to a different branch on your repository",
"main": "src/index.mjs",
"repository": {
Expand All @@ -24,4 +24,4 @@
"@actions/github": "^4.0.0",
"@actions/io": "^1.0.2"
}
}
}

0 comments on commit ca4abf1

Please sign in to comment.