From df6d33b3f026a36cb41bf3ca31a150211f47c879 Mon Sep 17 00:00:00 2001 From: Josh Pinto Date: Tue, 12 Aug 2025 21:34:38 -0400 Subject: [PATCH] :bookmark: Increment version to 0.1.6 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61d1450..30a888b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Some neat little utilities relied upon by Regreso clients. Right now, these can be used to: - Get metadata info about websites (for prefilling destination details automatically) -- AI-generate a list of practically-usable, relevant tags to describe a location based on metadata. +- AI-generate a list of practically-usable, relevant tags to describe a location based on metadata (supports provided, self-hostable AI instance URL) ## ☑️ TODOs diff --git a/package.json b/package.json index 261ccdb..bde999b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@regreso/utils", - "version": "0.1.5", + "version": "0.1.6", "description": "Utility functions for use by Regreso clients", "main": "dist/index.js", "types": "dist/index.d.ts", -- 2.51.2