Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 26, 2023
1 parent 94f0272 commit de5187a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.0](https://github.com/maexled/upload-release-assets/compare/v1.1.0...v1.2.0) (2023-05-26)


### Features ✨

* add main upload and default prop logic ([d321943](https://github.com/maexled/upload-release-assets/commit/d321943409edc349802221687f2135b2dd2ff4c0))
* add the ability to just run with a fake url for test runs ([bd00d8f](https://github.com/maexled/upload-release-assets/commit/bd00d8f6e2d522c2daf3b38f65a0972281f8b11d))
* adding glob finder to search for files in a path ([b271e54](https://github.com/maexled/upload-release-assets/commit/b271e54bf3a42f487f45d2c285d6c98d96d59bb4))


### Miscellaneous Chores

* release 1.2.0 ([94f0272](https://github.com/maexled/upload-release-assets/commit/94f02726eba66f04cb00be1e4017e0eaca825562))

## [1.1.0](https://github.com/sekwah41/upload-release-asset/compare/v1.0.2...v1.1.0) (2022-05-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upload-release-asset",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"description": "Upload a release asset to an existing GitHub Release",
"main": "dist/index.js",
Expand Down

0 comments on commit de5187a

Please sign in to comment.