Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bchrobot committed Mar 7, 2021
1 parent f1255f1 commit 11c5fee
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 11c5fee

Please sign in to comment.