Skip to content

Commit

Permalink
Release 0.1.2 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed May 11, 2022
1 parent d1d268d commit ec07503
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 0.1.2
-------------

:Date: May 11, 2022

* `@ericholscher <https://github.com/ericholscher>`__: Improve SEO of README & docs index (`#111 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/111>`__)
* `@dependabot[bot] <https://github.com/dependabot[bot]>`__: Bump moment from 2.29.1 to 2.29.2 (`#110 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/110>`__)
* `@stsewd <https://github.com/stsewd>`__: Test with sphinx 4 and python 3.10 (`#109 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/109>`__)
* `@stsewd <https://github.com/stsewd>`__: Add sphinx metadata (`#108 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/108>`__)
* `@dependabot[bot] <https://github.com/dependabot[bot]>`__: Bump minimist from 1.2.5 to 1.2.6 (`#107 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/107>`__)
* `@stsewd <https://github.com/stsewd>`__: Rename master -> main (`#106 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/106>`__)
* `@stsewd <https://github.com/stsewd>`__: Docs: use sphinx 4.x (`#105 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/105>`__)
* `@astrojuanlu <https://github.com/astrojuanlu>`__: Fix docs (`#102 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/102>`__)
* `@dependabot[bot] <https://github.com/dependabot[bot]>`__: Bump postcss from 7.0.35 to 7.0.39 (`#100 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/100>`__)
* `@dependabot[bot] <https://github.com/dependabot[bot]>`__: Bump path-parse from 1.0.6 to 1.0.7 (`#99 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/99>`__)

Version 0.1.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readthedocs-sphinx-search",
"version": "0.1.1",
"version": "0.1.2",
"description": "Enable search-as-you-type feature.",
"scripts": {
"build": "gulp",
Expand Down
2 changes: 1 addition & 1 deletion sphinx_search/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.1'
__version__ = '0.1.2'

0 comments on commit ec07503

Please sign in to comment.