Skip to content

Commit eb4874f

Browse files
committed
Release 0.44.0
1 parent 687df07 commit eb4874f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = "0.43.0"
2+
current_version = "0.44.0"
33
version_pattern = "MAJOR.MINOR.PATCH[TAG]"
44
commit_message = "Release {new_version}"
55
tag_message = "{new_version}"

dist/readthedocs-addons.js

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

dist/readthedocs-addons.js.map

Lines changed: 1 addition & 1 deletion
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": "@readthedocs/addons",
3-
"version": "0.43.0",
3+
"version": "0.44.0",
44
"description": "Read the Docs Addons to embed into documentation pages",
55
"main": "dist/readthedocs-addons.js",
66
"scripts": {

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { EVENT_READTHEDOCS_URL_CHANGED } from "./events";
2626
export const ADDONS_API_VERSION = "1";
2727
export const ADDONS_API_ENDPOINT = "/_/addons/";
2828
// This is managed by bumpver automatically
29-
export const CLIENT_VERSION = "0.43.0";
29+
export const CLIENT_VERSION = "0.44.0";
3030

3131
// WEBPACK_ variables come from Webpack's DefinePlugin and Web Test Runner's RollupReplace plugin
3232
export const IS_TESTING =

0 commit comments

Comments
 (0)