From 29a8e21fe1c52797685fd52ce9302628050b6c01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 21:49:06 +0000 Subject: [PATCH] chore(main): release 0.3.0-alpha.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76766c8..51eda4b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0-alpha.3" + ".": "0.3.0-alpha.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 154b7dc..d41b2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.0-alpha.3](https://github.com/datacline/langos-sdk-node/compare/v0.2.0-alpha.3...v0.3.0-alpha.3) (2026-05-16) + + +### Features + +* add release-please for automated versioning and releases ([#5](https://github.com/datacline/langos-sdk-node/issues/5)) ([811b3ac](https://github.com/datacline/langos-sdk-node/commit/811b3ace862a1119962ca9388de289d4198f6a51)) + ## [Unreleased] ### Security diff --git a/package.json b/package.json index 0449ca7..a09c632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@datacline/langos-sdk-node", - "version": "0.2.0-alpha.3", + "version": "0.3.0-alpha.3", "description": "Official Node.js / TypeScript SDK for the Langos API.", "type": "module", "main": "./dist/index.cjs",