Skip to content

Commit 162e556

Browse files
authored
chore: add changelog/1.33.2.md, update manifest.json (#1080)
1 parent c175396 commit 162e556

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

changelog/1.33.2.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "1.33.2"
3+
description: "Released on 08/15/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.33.2.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.33.2.
13+
14+
### Bug fixes 🐛
15+
16+
- web: fixed an issue where in-application documentation links were incorrect.
17+
18+
### Security updates 🔐
19+
20+
There are no security updates in 1.33.2.

manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,9 @@
566566
{
567567
"path": "./changelog/1.33.0.md",
568568
"children": [
569+
{
570+
"path": "./changelog/1.33.2.md"
571+
},
569572
{
570573
"path": "./changelog/1.33.1.md"
571574
}

0 commit comments

Comments
 (0)