Skip to content

Commit

Permalink
0.14.14
Browse files Browse the repository at this point in the history
  • Loading branch information
casthewiz committed Sep 7, 2023
1 parent a14569c commit 5ce1223
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 20 deletions.
32 changes: 15 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v0.14.13](https://github.com/mongodb/snooty/compare/v0.14.12...v0.14.13)
## [v0.14.14](https://github.com/mongodb/snooty/compare/v0.14.13...v0.14.14)

### Merged

- DOP 3926 changed copy specify to refine for search [`#877`](https://github.com/mongodb/snooty/pull/877)
- DOP-3996: Chatbot server url [`#880`](https://github.com/mongodb/snooty/pull/880)
- DOP-3848: render H2 component as h1, H3 component as h2 [`#874`](https://github.com/mongodb/snooty/pull/874)
- DOP-3975 [`#875`](https://github.com/mongodb/snooty/pull/875)
- DOP-3870 Adds the Chatbot UI wrapper around the Chatbot package and ensure it is render via CF. [`#871`](https://github.com/mongodb/snooty/pull/871)
- DOP-3953 [`#872`](https://github.com/mongodb/snooty/pull/872)
- DOP-3787 - paginated search results [`#870`](https://github.com/mongodb/snooty/pull/870)

## [v0.14.13](https://github.com/mongodb/snooty/compare/v0.14.12...v0.14.13) - 2023-08-24

### Merged

Expand All @@ -21,7 +33,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- DOP-3918: OpenAPIChangelog responsive to env [`#864`](https://github.com/mongodb/snooty/pull/864)
- DOP-3874 [`#861`](https://github.com/mongodb/snooty/pull/861)

## [v0.14.11](https://github.com/mongodb/snooty/compare/v0.14.10...v0.14.11) - 2023-07-27
## [v0.14.11](https://github.com/mongodb/snooty/compare/v0.14.9...v0.14.11) - 2023-07-27

### Merged

Expand All @@ -36,12 +48,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- DOP-3785: adding a persistent search bar [`#843`](https://github.com/mongodb/snooty/pull/843)
- DOP-3825: bump top nav to 1.2.39 [`#847`](https://github.com/mongodb/snooty/pull/847)

## [v0.14.10](https://github.com/mongodb/snooty/compare/v0.14.9...v0.14.10) - 2023-06-30

### Commits

- DOP-3825: bump top nav to 1.2.39 [`0d36f35`](https://github.com/mongodb/snooty/commit/0d36f35aaa7f7c14880712199d67dc5d31852688)

## [v0.14.9](https://github.com/mongodb/snooty/compare/v0.14.8...v0.14.9) - 2023-06-28

### Merged
Expand Down Expand Up @@ -315,15 +321,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- DOP-3193: add pseudo elements at top of table for scroll view [`#679`](https://github.com/mongodb/snooty/pull/679)
- DOP-3185: update icon sizing [`#675`](https://github.com/mongodb/snooty/pull/675)

## [v0.13.25](https://github.com/mongodb/snooty/compare/v0.13.25-branding.3...v0.13.25) - 2022-08-25

## [v0.13.25-branding.3](https://github.com/mongodb/snooty/compare/v0.13.25-branding.2...v0.13.25-branding.3) - 2022-09-16

### Merged

- DOP-3222 follow up: Add unit tests for button uri [`#688`](https://github.com/mongodb/snooty/pull/688)
- DOP-3185: update icon sizing [`#675`](https://github.com/mongodb/snooty/pull/675)
- DOP-2592: update language switcher [`#686`](https://github.com/mongodb/snooty/pull/686)
## [v0.13.25](https://github.com/mongodb/snooty/compare/v0.13.25-branding.2...v0.13.25) - 2022-08-25

## [v0.13.25-branding.2](https://github.com/mongodb/snooty/compare/v0.13.25-branding...v0.13.25-branding.2) - 2022-09-02

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snooty",
"version": "0.14.13",
"version": "0.14.14",
"repository": "github:mongodb/snooty",
"engines": {
"node": "^18",
Expand Down

0 comments on commit 5ce1223

Please sign in to comment.