Skip to content

Commit 9765598

Browse files
chore(release): 1.43.1
1 parent 3e5f054 commit 9765598

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

3+
## [1.43.1](https://github.com/nicholaschiang/dolce/compare/v1.43.0...v1.43.1) (2023-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **components/header:** add css responsive design ([3e5f054](https://github.com/nicholaschiang/dolce/commit/3e5f054e07b0522967dfa688376019265ec1e73f))
9+
* **routes/show:** add basic css responsive design ([0d54533](https://github.com/nicholaschiang/dolce/commit/0d5453393ef6696a22f2b227c0248f4b366551f3))
10+
311
## [1.43.0](https://github.com/nicholaschiang/dolce/compare/v1.42.1...v1.43.0) (2023-08-11)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nicholas-eng",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"private": true,
55
"sideEffects": false,
66
"license": "AGPL-3.0-or-later",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "site"
3-
version = "1.43.0"
3+
version = "1.43.1"
44
description = ""
55
authors = ["Nicholas Chiang <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)