Skip to content

Commit

Permalink
release: 0.2.0-alpha.0 (#28)
Browse files Browse the repository at this point in the history
* updated version

* removed changelogen from the project
  • Loading branch information
zoey-kaiser authored Feb 13, 2024
1 parent 97b2359 commit fbddec7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 112 deletions.
15 changes: 0 additions & 15 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ pnpm run dev:build
# Run ESLint
pnpm run lint

# Release new version
pnpm run release
# Publish a new release (bump version before)
pnpm publish --access public
```

<!-- Badges -->
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sidebase/nuxt-pdf",
"version": "1.0.0",
"version": "0.2.0-alpha.0",
"description": "A Nuxt 3 module to create Server Side rendered PDFs",
"repository": "@sidebase/nuxt-pdf",
"license": "MIT",
Expand Down Expand Up @@ -43,8 +43,7 @@
"@nuxt/schema": "^3.10.1",
"@types/node": "^20.11.16",
"@types/pdfkit": "^0.13.4",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"nuxt": "^3.10.1"
}
}
}
92 changes: 0 additions & 92 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbddec7

Please sign in to comment.