Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ieedan/std
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan committed Jan 2, 2025
2 parents 42b08ea + 175303e commit 1e7ee22
Show file tree
Hide file tree
Showing 4 changed files with 37 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
26 changes: 26 additions & 0 deletions jsrepo-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,32 @@
"dependencies": [],
"devDependencies": []
},
{
"name": "perishable-list",
"directory": "src/utils",
"category": "utils",
"tests": true,
"subdirectory": false,
"list": true,
"files": ["perishable-list.ts", "perishable-list.test.ts"],
"localDependencies": [],
"_imports_": {},
"dependencies": [],
"devDependencies": []
},
{
"name": "rand",
"directory": "src/utils",
"category": "utils",
"tests": true,
"subdirectory": false,
"list": true,
"files": ["rand.ts", "rand.test.ts"],
"localDependencies": [],
"_imports_": {},
"dependencies": [],
"devDependencies": []
},
{
"name": "sleep",
"directory": "src/utils",
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 1e7ee22

Please sign in to comment.