Skip to content

Commit

Permalink
release: v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 12, 2024
1 parent 6c6f78e commit 28b28fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.9](https://github.com/posva/mande/compare/v2.0.8...v2.0.9) (2024-05-12)

### Reverts

- smaller ([9f09df6](https://github.com/posva/mande/commit/9f09df678bd62aec36bc474535c405444267ec64))

## [2.0.8](https://github.com/posva/mande/compare/v2.0.7...v2.0.8) (2023-10-03)

### Bug Fixes
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": "mande",
"version": "2.0.8",
"version": "2.0.9",
"description": "800 bytes modern wrapper around fetch with smart defaults",
"packageManager": "pnpm@9.1.0",
"type": "commonjs",
Expand Down
3 changes: 1 addition & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then

yarn run build
yarn run build:dts
yarn run docs

# generate the version so that the changelog can be generated too
yarn version --no-git-tag-version --no-commit-hooks --new-version $VERSION
Expand All @@ -22,7 +21,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
read OKAY

# commit and tag
git add CHANGELOG.md docs package.json
git add CHANGELOG.md package.json
git commit -m "release: v$VERSION"
git tag "v$VERSION"

Expand Down

0 comments on commit 28b28fb

Please sign in to comment.