chore(release): 3.2.1

This commit is contained in:
Eli Bosley
2023-09-06 16:03:43 -04:00
parent 580a159ab8
commit 18065dbc31
3 changed files with 11 additions and 3 deletions

View File

@@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [3.2.1](https://github.com/unraid/api/compare/v3.2.0...v3.2.1) (2023-09-06)
### Bug Fixes
* remove release notes entirely for now ([8474cce](https://github.com/unraid/api/commit/8474cce32a53c3eee83b6541ed92c5d29113d4af))
* remove staging changelog temporarily ([e4c98e8](https://github.com/unraid/api/commit/e4c98e87e39a98dd542d68161e86c73216b078d3))
## [3.2.0](https://github.com/unraid/api/compare/v3.1.1...v3.2.0) (2023-09-06)

4
api/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@unraid/api",
"version": "3.2.0",
"version": "3.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@unraid/api",
"version": "3.2.0",
"version": "3.2.1",
"license": "UNLICENSED",
"dependencies": {
"@apollo/client": "^3.7.12",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/api",
"version": "3.2.0",
"version": "3.2.1",
"main": "dist/index.js",
"bin": "dist/unraid-api.cjs",
"type": "module",