Skip to content

Commit

Permalink
0.13.32
Browse files Browse the repository at this point in the history
  • Loading branch information
schmalliso committed Nov 16, 2022
1 parent 8bb7c52 commit b6bc36d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ 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.13.31](https://github.com/mongodb/snooty/compare/v0.13.30...v0.13.31)
## [v0.13.32](https://github.com/mongodb/snooty/compare/v0.13.31...v0.13.32)

### Merged

- DOP-2863: escape HTML characters in search preview [`#733`](https://github.com/mongodb/snooty/pull/733)
- Revert "DOP-3350: Create mapping of OpenAPI spec stores" [`#732`](https://github.com/mongodb/snooty/pull/732)
- DOP-2587 [`#731`](https://github.com/mongodb/snooty/pull/731)
- DOP-3361: moving around metadata [`#726`](https://github.com/mongodb/snooty/pull/726)
- DOP-3265: Update header colors for new hero image on Landing page [`#730`](https://github.com/mongodb/snooty/pull/730)

## [v0.13.31](https://github.com/mongodb/snooty/compare/v0.13.30...v0.13.31) - 2022-11-09

### Merged

Expand Down Expand Up @@ -77,7 +87,15 @@ 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.2...v0.13.25) - 2022-08-25
## [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-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.13.31",
"version": "0.13.32",
"repository": "github:mongodb/snooty",
"engines": {
"node": "^14",
Expand Down

0 comments on commit b6bc36d

Please sign in to comment.