Skip to content

Commit 0f025e3

Browse files
committed
Release 0.20.0
1 parent e842c53 commit 0f025e3

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ CHANGELOG
33

44
.. The text for the changelog is manually generated for now.
55
6+
Version v0.20.0
7+
---------------
8+
9+
:date: Nov 5, 2024
10+
11+
* Allow to disable ``latest`` and/or non-``stable`` notification independently
12+
* Small CSS fix for filter titles
13+
* Update all ``npm`` dependencies with with ``ncu -u``
14+
15+
616
Version v0.19.0
717
---------------
818

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