Skip to content

Commit 175303e

Browse files
authored
Merge pull request #42 from ieedan/release-please--branches--main
2 parents aca8bf4 + 9ef8899 commit 175303e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/ieedan/std/compare/v2.0.0...v2.1.0) (2025-01-02)
4+
5+
6+
### Features
7+
8+
* `PerishableList` ([f7d24d7](https://github.com/ieedan/std/commit/f7d24d79ca57d2cb5ba5fce1ab73a5dec79cf471))
9+
* `rand` block ([800d78c](https://github.com/ieedan/std/commit/800d78cf00942716dc8f9581ce8f7080329bf73f))
10+
* Refactor `dispatcher` and `stopwatch` to use classes ([737419d](https://github.com/ieedan/std/commit/737419d34ff9ddd5527f7af1406ad588c55a8b0d))
11+
312
## [2.0.0](https://github.com/ieedan/std/compare/v1.6.0...v2.0.0) (2024-11-21)
413

514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "std",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"packageManager": "[email protected]",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)