From e220d60f0d623614435724a041eda2c508d4c09d Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Mon, 4 Jan 2021 00:24:03 +0000 Subject: [PATCH] :bookmark: Release v1.3.14 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a641f3d..d6c9a11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.3.14 (2021-01-04) + +[📝 Release notes](https://github.com/koj-co/airtable-fill/releases/tag/v1.3.14) · [💻 Compare](https://github.com/koj-co/airtable-fill/compare/v1.3.13...v1.3.14) · [🔖 Tag](https://github.com/koj-co/airtable-fill/tree/v1.3.14) · 🗄️ Archive ([zip](https://github.com/koj-co/airtable-fill/archive/v1.3.14.zip) · [tar.gz](https://github.com/koj-co/airtable-fill/archive/v1.3.14.tar.gz)) + +### ⬆️ Dependency updates + +- [`9770824`](https://github.com/koj-co/airtable-fill/commit/9770824) Bump semantic-release from 17.3.0 to 17.3.1 + ## v1.3.13 (2020-12-28) [📝 Release notes](https://github.com/koj-co/airtable-fill/releases/tag/v1.3.13) · [💻 Compare](https://github.com/koj-co/airtable-fill/compare/v1.3.12...v1.3.13) · [🔖 Tag](https://github.com/koj-co/airtable-fill/tree/v1.3.13) · 🗄️ Archive ([zip](https://github.com/koj-co/airtable-fill/archive/v1.3.13.zip) · [tar.gz](https://github.com/koj-co/airtable-fill/archive/v1.3.13.tar.gz)) diff --git a/package-lock.json b/package-lock.json index a87c342..4caffc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "airtable-fill", - "version": "1.3.13", + "version": "1.3.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f092d02..acf82bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "airtable-fill", - "version": "1.3.13", + "version": "1.3.14", "description": "Koj's repository template with GitHub Actions CI, releases, and more", "main": "dist/index.js", "scripts": {