From dea64e91123a8dd316e76346ee518f0c758695cb Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Tue, 16 Aug 2022 09:49:44 -0600 Subject: [PATCH] 1.2.15 --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee19c9a..ba0b0a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v1.2.14](https://github.com/gumcast/gumcast-api/compare/v1.2.13...v1.2.14) +## [v1.2.15](https://github.com/gumcast/gumcast-api/compare/v1.2.14...v1.2.15) + +### Merged + +- Bump dd-trace from 2.12.2 to 3.0.0 [`#81`](https://github.com/gumcast/gumcast-api/pull/81) +- Bump pino-pretty from 8.1.0 to 9.0.0 [`#80`](https://github.com/gumcast/gumcast-api/pull/80) + +### Commits + +- Merge pull request #79 from gumcast/dependabot/npm_and_yarn/dd-trace-2.12.2 [`ef085ae`](https://github.com/gumcast/gumcast-api/commit/ef085ae1989568e501867102c988ddcdb6d14b90) +- Bump dd-trace from 2.12.1 to 2.12.2 [`d9462fb`](https://github.com/gumcast/gumcast-api/commit/d9462fb9f24c6d0939870b07104605b26eebd353) + +## [v1.2.14](https://github.com/gumcast/gumcast-api/compare/v1.2.13...v1.2.14) - 2022-08-01 ### Merged diff --git a/package.json b/package.json index 44c0ce2..573e003 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": "1.2.14", + "version": "1.2.15", "author": "Bret Comnes (https://bret.io/)", "bin": { "gumcast-api": "api/bin.js"