Compare commits

...

14 commits

Author SHA1 Message Date
RenovateBot 536f7a7897 Update dependency @types/node to v20.14.15
All checks were successful
Test / build (push) Successful in 8s
2024-08-11 23:02:09 +00:00
Ethan Lane 045ce95186 v2.3.0
All checks were successful
Publish to NPM / build (push) Successful in 8s
Publish to NPM / publish (push) Successful in 12s
Stage / build (push) Successful in 8s
Stage / rsync (push) Successful in 6s
2024-08-07 17:13:56 +01:00
Ethan Lane da2e286d16 Merge branch 'develop' 2024-08-07 17:13:44 +01:00
Ethan Lane 8186341292 Update pkg version to 2.3
All checks were successful
Stage / build (push) Successful in 8s
Stage / rsync (push) Successful in 10s
2024-08-07 17:12:10 +01:00
Ethan Lane 41195de16a v2.2.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-04-22 19:46:56 +01:00
Ethan Lane f6b0d26581 Use token 2024-04-22 19:46:18 +01:00
Ethan Lane e5e19b5f3d Revert "v2.2.0"
This reverts commit a60b331d99.
2024-04-22 19:46:10 +01:00
Ethan Lane a60b331d99 v2.2.0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-04-22 19:42:24 +01:00
Ethan Lane a4ae8f32c7 Update to use master branch 2024-04-22 19:41:46 +01:00
Ethan Lane 001a173d2e Revert "v2.2.0"
This reverts commit 5ada905a4d.
2024-04-22 19:41:35 +01:00
Ethan Lane 5ada905a4d v2.2.0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2024-04-22 19:37:19 +01:00
Ethan Lane ed613b4dc2 Update woodpecker to allow publish on main 2024-04-22 19:36:39 +01:00
Ethan Lane ab718d9486 Revert "v2.2.0"
This reverts commit c600385fab.
2024-04-22 19:36:08 +01:00
Ethan Lane c600385fab v2.2.0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2024-04-22 19:33:07 +01:00
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "random-bunny", "name": "random-bunny",
"version": "2.1.6", "version": "2.3.0",
"description": "Get a random subreddit image url", "description": "Get a random subreddit image url",
"license": "MIT", "license": "MIT",
"author": "Vylpes", "author": "Vylpes",

View file

@ -9,7 +9,7 @@ const program = new Command();
program program
.name('random-bunny') .name('random-bunny')
.description('Get a random image url from a subreddit of your choosing') .description('Get a random image url from a subreddit of your choosing')
.version('2.2') .version('2.3')
.option('-s, --subreddit <subreddit>', 'The subreddit to search', 'rabbits') .option('-s, --subreddit <subreddit>', 'The subreddit to search', 'rabbits')
.option('-j, --json', 'Output as JSON') .option('-j, --json', 'Output as JSON')
.option('-q, --query-metadata', 'Include query metadata in result') .option('-q, --query-metadata', 'Include query metadata in result')

View file

@ -981,9 +981,9 @@
undici-types "~6.11.1" undici-types "~6.11.1"
"@types/node@^20.0.0": "@types/node@^20.0.0":
version "20.14.11" version "20.14.15"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.11.tgz#09b300423343460455043ddd4d0ded6ac579b74b" resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.15.tgz#e59477ab7bc7db1f80c85540bfd192a0becc588b"
integrity sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA== integrity sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==
dependencies: dependencies:
undici-types "~5.26.4" undici-types "~5.26.4"