Skip to content

Commit

Permalink
Merge pull request #42 from ieedan/release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Jan 2, 2025
2 parents aca8bf4 + 9ef8899 commit 175303e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.1.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.1.0](https://github.com/ieedan/std/compare/v2.0.0...v2.1.0) (2025-01-02)


### Features

* `PerishableList` ([f7d24d7](https://github.com/ieedan/std/commit/f7d24d79ca57d2cb5ba5fce1ab73a5dec79cf471))
* `rand` block ([800d78c](https://github.com/ieedan/std/commit/800d78cf00942716dc8f9581ce8f7080329bf73f))
* Refactor `dispatcher` and `stopwatch` to use classes ([737419d](https://github.com/ieedan/std/commit/737419d34ff9ddd5527f7af1406ad588c55a8b0d))

## [2.0.0](https://github.com/ieedan/std/compare/v1.6.0...v2.0.0) (2024-11-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "std",
"version": "2.0.0",
"version": "2.1.0",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 175303e

Please sign in to comment.