Skip to content

Commit f6fe64b

Browse files
Changed the website domain name
1 parent f1387bf commit f6fe64b

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes will be documented in this file.
66

77
### Breaking Changes
88

9-
- Completely rewritten CLI with new argument syntax. See [the docs](https://jsdevtools.org/ez-spawn/) for details.
9+
- Completely rewritten CLI with new argument syntax. See [the docs](https://jstools.dev/ez-spawn/) for details.
1010

1111
- Arguments like `--major` and `--minor` have been replaced with a positional argument. So `bump --major` becomes `bump major`.
1212

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
remote_theme: JS-DevTools/gh-pages-theme
22

33
title: Version Bump Prompt
4-
logo: https://jsdevtools.org/img/logos/logo.png
4+
logo: https://jstools.dev/img/logos/logo.png
55

66
author:
77
twitter: JSDevTools
@@ -16,7 +16,7 @@ defaults:
1616
- scope:
1717
path: ""
1818
values:
19-
image: https://jsdevtools.org/img/logos/card.png
19+
image: https://jstools.dev/img/logos/card.png
2020
- scope:
2121
path: "test/**/*"
2222
values:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://jamesmessinger.com"
2020
},
2121
"license": "MIT",
22-
"homepage": "https://jsdevtools.org/version-bump-prompt",
22+
"homepage": "https://jstools.dev/version-bump-prompt",
2323
"repository": {
2424
"type": "git",
2525
"url": "https://github.com/JS-DevTools/version-bump-prompt.git"

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version-Bump-Prompt
22

3-
[![Cross-Platform Compatibility](https://jsdevtools.org/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/version-bump-prompt)
3+
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/version-bump-prompt)
44
[![Build Status](https://api.travis-ci.com/JS-DevTools/version-bump-prompt.svg?branch=master)](https://travis-ci.com/JS-DevTools/version-bump-prompt)
55

66
[![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/version-bump-prompt/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/version-bump-prompt)
@@ -9,7 +9,7 @@
99
[![npm](https://img.shields.io/npm/v/version-bump-prompt.svg)](https://www.npmjs.com/package/version-bump-prompt)
1010
[![License](https://img.shields.io/npm/l/version-bump-prompt.svg)](LICENSE)
1111

12-
![Screenshot](https://jsdevtools.org/version-bump-prompt/img/screenshot.gif)
12+
![Screenshot](https://jstools.dev/version-bump-prompt/img/screenshot.gif)
1313

1414
### Automate your release process with a single command that can:
1515

@@ -254,6 +254,6 @@ Big Thanks To
254254
--------------------------
255255
Thanks to these awesome companies for their support of Open Source developers ❤
256256

257-
[![Travis CI](https://jsdevtools.org/img/badges/travis-ci.svg)](https://travis-ci.com)
258-
[![SauceLabs](https://jsdevtools.org/img/badges/sauce-labs.svg)](https://saucelabs.com)
259-
[![Coveralls](https://jsdevtools.org/img/badges/coveralls.svg)](https://coveralls.io)
257+
[![Travis CI](https://jstools.dev/img/badges/travis-ci.svg)](https://travis-ci.com)
258+
[![SauceLabs](https://jstools.dev/img/badges/sauce-labs.svg)](https://saucelabs.com)
259+
[![Coveralls](https://jstools.dev/img/badges/coveralls.svg)](https://coveralls.io)

0 commit comments

Comments
 (0)