Skip to content

Commit

Permalink
Merge pull request #17 from ieedan/release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Nov 15, 2024
2 parents cf321d6 + f2537d7 commit 1173a3b
Show file tree
Hide file tree
Showing 3 changed files with 10 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.0.3"
".": "1.1.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.0](https://github.com/ieedan/std/compare/v1.0.3...v1.1.0) (2024-11-15)


### Features

* `lines` block ([565f471](https://github.com/ieedan/std/commit/565f471e95a39ec4bf27f0722a650c39d8024bbc))
* add `leftPadMin` and `rightPadMin` to `pad` ([ef58942](https://github.com/ieedan/std/commit/ef5894250405be8eee6b9ea4c59991c6a03315c5))

## [1.0.3](https://github.com/ieedan/std/compare/v1.0.2...v1.0.3) (2024-11-14)


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.0.3",
"version": "1.1.0",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 1173a3b

Please sign in to comment.