Skip to content

Commit de5187a

Browse files
chore(main): release 1.2.0 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 94f0272 commit de5187a

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/maexled/upload-release-assets/compare/v1.1.0...v1.2.0) (2023-05-26)
4+
5+
6+
### Features ✨
7+
8+
* add main upload and default prop logic ([d321943](https://github.com/maexled/upload-release-assets/commit/d321943409edc349802221687f2135b2dd2ff4c0))
9+
* add the ability to just run with a fake url for test runs ([bd00d8f](https://github.com/maexled/upload-release-assets/commit/bd00d8f6e2d522c2daf3b38f65a0972281f8b11d))
10+
* adding glob finder to search for files in a path ([b271e54](https://github.com/maexled/upload-release-assets/commit/b271e54bf3a42f487f45d2c285d6c98d96d59bb4))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* release 1.2.0 ([94f0272](https://github.com/maexled/upload-release-assets/commit/94f02726eba66f04cb00be1e4017e0eaca825562))
16+
317
## [1.1.0](https://github.com/sekwah41/upload-release-asset/compare/v1.0.2...v1.1.0) (2022-05-09)
418

519

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upload-release-asset",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"description": "Upload a release asset to an existing GitHub Release",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)