Skip to content

Commit

Permalink
chore(release): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Feb 13, 2024
1 parent 63ed29d commit 97b2359
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog


## v1.0.0

[compare changes](https://undefined/undefined/compare/0.1.2...v1.0.0)

### 🚀 Enhancements

- Rewrite Module to support SSR rendering (#26)

### ❤️ Contributors

- Zoey ([@zoey-kaiser](http://github.com/zoey-kaiser))

4 changes: 2 additions & 2 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-alpha.0",
"version": "1.0.0",
"description": "A Nuxt 3 module to create Server Side rendered PDFs",
"repository": "@sidebase/nuxt-pdf",
"license": "MIT",
Expand Down Expand Up @@ -47,4 +47,4 @@
"eslint": "^8.56.0",
"nuxt": "^3.10.1"
}
}
}

0 comments on commit 97b2359

Please sign in to comment.