From 480918bb7fd14fe176b7e0149d6c0692f373852b Mon Sep 17 00:00:00 2001 From: bcomnes Date: Mon, 5 Dec 2022 18:09:38 +0000 Subject: [PATCH] 2022.12.5 --- CHANGELOG.md | 9 ++++++--- package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d30e881..7788b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,19 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v2022.11.27-1](https://github.com/gumcast/gumcast-api/compare/v2022.11.27...v2022.11.27-1) +## [v2022.12.5](https://github.com/gumcast/gumcast-api/compare/v2022.11.27...v2022.12.5) ### Commits - Update disabled tokens from a secret URL [`5ccb047`](https://github.com/gumcast/gumcast-api/commit/5ccb0475f96a0596f0a855fae25dcbd74f8ccaa2) +- Set itunes:block to "Yes" on feeds [`8cc207c`](https://github.com/gumcast/gumcast-api/commit/8cc207cd705524cfc94751b17b3f1a6627db2d3a) - Update node in test enviornment [`2eb0998`](https://github.com/gumcast/gumcast-api/commit/2eb09982da9da5987d3f1a33bd54282bfe8f86a4) -- Remove older tool [`fd67695`](https://github.com/gumcast/gumcast-api/commit/fd67695ee74a8a22eee80df95fba9372cfe9650d) -## [v2022.11.27](https://github.com/gumcast/gumcast-api/compare/v2022.11.24...v2022.11.27) - 2022-11-27 +## [v2022.11.27](https://github.com/gumcast/gumcast-api/compare/v2022.11.27-1...v2022.11.27) - 2022-11-27 + +## [v2022.11.27-1](https://github.com/gumcast/gumcast-api/compare/v2022.11.24...v2022.11.27-1) - 2022-11-27 ### Commits - Fix error logging [`6f08bac`](https://github.com/gumcast/gumcast-api/commit/6f08bacac7f4fa9589090ca8cf4c9bafe1b090e9) +- Update disabled tokens from a secret URL [`5ccb047`](https://github.com/gumcast/gumcast-api/commit/5ccb0475f96a0596f0a855fae25dcbd74f8ccaa2) - Add support for disabling of token sharing tokens [`c1b53ae`](https://github.com/gumcast/gumcast-api/commit/c1b53ae2b156fabd5e0048c7ef124538e2463bda) ## [v2022.11.24](https://github.com/gumcast/gumcast-api/compare/v2022.11.23...v2022.11.24) - 2022-11-25 diff --git a/package.json b/package.json index 502a1ad..a1588bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gumcast-api", "description": "A service for generating rss feeds from gumroad subscriptions", - "version": "2022.11.27-1", + "version": "2022.12.5", "author": "Bret Comnes (https://bret.io/)", "bin": { "gumcast-api": "api/bin.js"