Skip to content

Commit aa79472

Browse files
authored
Merge pull request #33 from ieedan/release-please--branches--main
2 parents 579fa6a + 5f0643b commit aa79472

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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-
".": "1.6.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/ieedan/std/compare/v1.6.0...v2.0.0) (2024-11-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename `utilities` -> `utils`
9+
10+
### Miscellaneous Chores
11+
12+
* rename `utilities` -> `utils` ([6c9f418](https://github.com/ieedan/std/commit/6c9f418bb0cfa6602b63a459ae7285738d4823b6))
13+
314
## [1.6.0](https://github.com/ieedan/std/compare/v1.5.0...v1.6.0) (2024-11-21)
415

516

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": "1.6.0",
3+
"version": "2.0.0",
44
"packageManager": "[email protected]",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)