diff --git a/CHANGELOG.md b/CHANGELOG.md index 59fab03..4861f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] +## [0.3.3] - 2024-06-13 ### Added - Gather YouTube video from a given creator handle [#125](https://github.com/ncsa/standalone-smm-smile/issues/125) diff --git a/package-lock.json b/package-lock.json index 37c9d38..2876324 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "smile_graphql", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "smile_graphql", - "version": "0.3.2", + "version": "0.3.3", "dependencies": { "@googleapis/youtube": "^15.0.0", "append-query": "^2.0.1", diff --git a/package.json b/package.json index e72b4f4..9cae897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smile_graphql", - "version": "0.3.2", + "version": "0.3.3", "private": true, "scripts": { "start": "forever ./bin/www",