Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SekkieBot authored and sekwah41 committed May 9, 2022
1 parent 38ac0d6 commit c567fc0
Show file tree
Hide file tree
Showing 4 changed files with 14 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.0.2"
".": "1.1.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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


### Features ✨

* add main upload and default prop logic ([d321943](https://github.com/sekwah41/upload-release-asset/commit/d321943409edc349802221687f2135b2dd2ff4c0))
* add the ability to just run with a fake url for test runs ([bd00d8f](https://github.com/sekwah41/upload-release-asset/commit/bd00d8f6e2d522c2daf3b38f65a0972281f8b11d))
* adding glob finder to search for files in a path ([b271e54](https://github.com/sekwah41/upload-release-asset/commit/b271e54bf3a42f487f45d2c285d6c98d96d59bb4))
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.0.0",
"version": "1.1.0",
"private": true,
"description": "Upload a release asset to an existing GitHub Release",
"main": "dist/index.js",
Expand Down

0 comments on commit c567fc0

Please sign in to comment.