Skip to content

Commit

Permalink
ci(cd): reset version for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jan 9, 2025
1 parent 7f4ff1f commit f2817b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@nrfcloud/wait-for-it",
"version": "1.0.7",
"version": "0.0.0-development",
"license": "BSD-3-Clause",
"exports": "./waitForIt.ts"
}
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": "@nrfcloud/wait-for-it",
"version": "1.0.7",
"version": "0.0.0-development",
"description": "Retries the given function using a backoff algorithm.",
"homepage": "https://github.com/nrfcloud/wait-for-it#readme",
"bugs": {
Expand Down

0 comments on commit f2817b8

Please sign in to comment.