From 7c29a42a4c9e95a3415e36643e34759b8239cc83 Mon Sep 17 00:00:00 2001 From: Ankur Datta Date: Mon, 29 Jul 2024 12:52:44 +0545 Subject: [PATCH] chore(release): v0.0.32 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a84457..29ff010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,33 @@ # Changelog +## v0.0.32 + +[compare changes](https://github.com/prisma/nuxt-prisma/compare/v0.0.27...v0.0.32) + +### 🩹 Fixes + +- Remove package specfic install ([8820362](https://github.com/prisma/nuxt-prisma/commit/8820362)) +- Correct the README of the project with proper links ([8f484a0](https://github.com/prisma/nuxt-prisma/commit/8f484a0)) +- Add badges and title levels ([931e0f0](https://github.com/prisma/nuxt-prisma/commit/931e0f0)) +- Broken badges ([4b1a5cb](https://github.com/prisma/nuxt-prisma/commit/4b1a5cb)) +- Add badge urls ([585f62a](https://github.com/prisma/nuxt-prisma/commit/585f62a)) + +### 📖 Documentation + +- Add badge to the top of the README ([3e0b1cb](https://github.com/prisma/nuxt-prisma/commit/3e0b1cb)) + +### 🏡 Chore + +- Remove unused skipInstallations option ([7d3bc2a](https://github.com/prisma/nuxt-prisma/commit/7d3bc2a)) +- **release:** V0.0.28 ([41843e3](https://github.com/prisma/nuxt-prisma/commit/41843e3)) +- **release:** V0.0.30 ([a4dfb5d](https://github.com/prisma/nuxt-prisma/commit/a4dfb5d)) + +### ❤️ Contributors + +- Ankur Datta ([@ankur-arch](http://github.com/ankur-arch)) +- Riley Ho ([@rileychh](http://github.com/rileychh)) + ## v0.0.30 [compare changes](https://github.com/prisma/nuxt-prisma/compare/v0.0.27...v0.0.30) diff --git a/package.json b/package.json index 742f2f3..f79d874 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prisma/nuxt", - "version": "0.0.30", + "version": "0.0.32", "description": "Integrate Nuxt with Prisma", "repository": "prisma/nuxt-prisma", "license": "MIT",