From 06fabfbe571a3357907d70047f7e1df9a8563bc7 Mon Sep 17 00:00:00 2001 From: SSharma-10 Date: Tue, 3 Feb 2026 18:45:07 +0530 Subject: [PATCH] dots release v1.9.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b4d0721a..b134bc357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@digitalocean/dots", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@digitalocean/dots", - "version": "1.8.0", + "version": "1.9.0", "license": "Apache-2.0", "dependencies": { "@azure/core-http": "^3.0.5", diff --git a/package.json b/package.json index 51ab513c3..c5c613c0b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@digitalocean/dots", "type": "module", - "version": "1.8.0", + "version": "1.9.0", "description": "TypeScript client generator based on DigitalOcean's OpenAPI specification.", "main": "index.js", "scripts": {