Skip to content

Commit 30136f8

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent ecbd452 commit 30136f8

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2023-09-08
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`duffer` - `v2.3.2`](#duffer---v232)
19+
20+
---
21+
22+
#### `duffer` - `v2.3.2`
23+
24+
625
## 2023-09-08
726

827
### Changes

Diff for: packages/duffer/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.3.2
2+
13
## 2.3.1
24

35
- **REFACTOR**: reformat code and fix some style issues.

Diff for: packages/duffer/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: duffer
22
description: A pure dart library offering support for netty-like byte buffer manipulation and binary serialization via a pickle inspired system
3-
version: 2.3.1
3+
version: 2.3.2
44
repository: https://github.com/helightdev/duffer
55
topics:
66
- buffer

0 commit comments

Comments
 (0)