Skip to content

Commit

Permalink
Merge pull request #33 from ieedan/release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Nov 21, 2024
2 parents 579fa6a + 5f0643b commit aa79472
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@
{
".": "1.6.0"
".": "2.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* rename `utilities` -> `utils`

### Miscellaneous Chores

* rename `utilities` -> `utils` ([6c9f418](https://github.com/ieedan/std/commit/6c9f418bb0cfa6602b63a459ae7285738d4823b6))

## [1.6.0](https://github.com/ieedan/std/compare/v1.5.0...v1.6.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": "1.6.0",
"version": "2.0.0",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
Expand Down

0 comments on commit aa79472

Please sign in to comment.