Skip to content

Commit 8065b27

Browse files
committed
Release 0.11.3
1 parent 5be014a commit 8065b27

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CHANGELOG
33

44
.. The text for the changelog is manually generated for now.
55
6-
Version v0.11.1
6+
Version v0.11.3
77
---------------
88

99
:date: Mar 13, 2024

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.11.2"
2+
current_version = "0.11.3"
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.11.2",
3+
"version": "0.11.3",
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
@@ -3,7 +3,7 @@ import { default as objectPath } from "object-path";
33
export const ADDONS_API_VERSION = "0";
44
export const ADDONS_API_ENDPOINT = "/_/addons/";
55
// This is managed by bumpver automatically
6-
export const CLIENT_VERSION = "0.11.2";
6+
export const CLIENT_VERSION = "0.11.3";
77

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

0 commit comments

Comments
 (0)