From 11c5fee590e9b54568c0f2247cd70c6a7616bb7c Mon Sep 17 00:00:00 2001 From: Benjamin Chrobot Date: Sun, 7 Mar 2021 18:03:10 -0500 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..aa37515 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 1.0.0 (2021-03-07) + + +### Features + +* add regex replacement and YYMMDD support ([86e28af](https://github.com/politics-rewired/fly-shortener/commit/86e28af5afef41c6fcf1e24df4b9a78945d50199)) +* allow configuration of 404 response ([45e0157](https://github.com/politics-rewired/fly-shortener/commit/45e0157452b0e1dbd0c9013b9e9d41536e78da94)) +* cache Google access token ([883fd27](https://github.com/politics-rewired/fly-shortener/commit/883fd273f02f06596918f59701f26e12ec474217)) +* disable caching redirect responses ([#19](https://github.com/politics-rewired/fly-shortener/issues/19)) ([c58dc35](https://github.com/politics-rewired/fly-shortener/commit/c58dc35bfe76c7b409b304cdbb9347a14493291a)) +* normalize paths from both sources ([b8d5bb7](https://github.com/politics-rewired/fly-shortener/commit/b8d5bb7cbeedcf595d2948a3e2954a823cea356f)) +* scope non-refresh to path ([7ffb7d7](https://github.com/politics-rewired/fly-shortener/commit/7ffb7d7e69ea528eff6640be0ebeba8bac4b993c)) +* source sheet range from secret ([f8d3e13](https://github.com/politics-rewired/fly-shortener/commit/f8d3e134fbd116b41660b817e2bc936af25ae1e0)) +* switch to Google Sheets as backend ([7978867](https://github.com/politics-rewired/fly-shortener/commit/79788675a4c7835b391b5d4d543f42003ff4a87e)) + + +### Bug Fixes + +* add content-type response header ([43bd9ee](https://github.com/politics-rewired/fly-shortener/commit/43bd9ee679e8f422ac420bbf360d8c425fb6cb84)) +* destination not defiend ([7c4e633](https://github.com/politics-rewired/fly-shortener/commit/7c4e633ac6b8ee7fe6094b9fa7254e97f93b83dd)) +* filter empty records ([efcb454](https://github.com/politics-rewired/fly-shortener/commit/efcb454275f8a98a214e298c6e2bd829363a7d34)) +* prevent caching of per-invocation constants ([#21](https://github.com/politics-rewired/fly-shortener/issues/21)) ([d241e8e](https://github.com/politics-rewired/fly-shortener/commit/d241e8e54eb2f03b94e4d496f3dfebf120834a5c)) +* switch to v8-compatible JWT library ([2b6e8bb](https://github.com/politics-rewired/fly-shortener/commit/2b6e8bbbc7a13a29c4b2b16671097587c6687bfe)) diff --git a/package.json b/package.json index c7c677f..e0cd196 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fly-shortener", - "version": "0.1.0", + "version": "1.0.0", "description": "A basic Redis-backed link shortener backed by Google Sheets.", "author": { "name": "Benjamin Chrobot",