Skip to content

Commit

Permalink
Merge branch 'v10-release' into kanad-2024-12-04/remove-deprecated-co…
Browse files Browse the repository at this point in the history
…mmands
  • Loading branch information
kanadgupta authored Dec 9, 2024
2 parents f31eba1 + 01c7910 commit 763bdee
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [9.0.1](https://github.com/readmeio/rdme/compare/v9.0.0...v9.0.1) (2024-12-09)


### Bug Fixes

* executable issue for linux users ([#1115](https://github.com/readmeio/rdme/issues/1115)) ([4319fb5](https://github.com/readmeio/rdme/commit/4319fb514d6ee9b4bbdbd44868df05144bd6acee))
* repository URL fix ([2103a29](https://github.com/readmeio/rdme/commit/2103a294f8382ad60d7aec34c4b5d168ae9e06a4))

## [9.0.1-next.2](https://github.com/readmeio/rdme/compare/v9.0.1-next.1...v9.0.1-next.2) (2024-12-09)


### Bug Fixes

* executable issue for linux users ([#1115](https://github.com/readmeio/rdme/issues/1115)) ([4319fb5](https://github.com/readmeio/rdme/commit/4319fb514d6ee9b4bbdbd44868df05144bd6acee))

## [9.0.1-next.1](https://github.com/readmeio/rdme/compare/v9.0.0...v9.0.1-next.1) (2024-12-06)


Expand Down
2 changes: 1 addition & 1 deletion bin/dev.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env npx tsx
#!/usr/bin/env -S npx tsx

async function main() {
const { execute } = await import('@oclif/core');
Expand Down
2 changes: 1 addition & 1 deletion bin/run.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node --no-warnings=ExperimentalWarning
#!/usr/bin/env -S node --no-warnings=ExperimentalWarning
// ^ we need this env variable above to hide the ExperimentalWarnings
// source: https://github.com/nodejs/node/issues/10802#issuecomment-573376999

Expand Down
6 changes: 3 additions & 3 deletions dist-gha/commands.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist-gha/run.cjs

Large diffs are not rendered by default.

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": "rdme",
"version": "9.0.1-next.1",
"version": "9.0.1",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit 763bdee

Please sign in to comment.