From 5cc97d0f1fc298a4919812f08938fad36b85f527 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Sat, 21 Jan 2017 19:02:32 +0100 Subject: [PATCH] 0.4.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6b4693..3635e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.4.1 – 2017-01-21 + +* **Improvement** – using new `format-microformat` version that by default publish all posts in the past by 15 seconds to avoid time sync issues with build servers +* **Improvement** – now includes a Yarn lock file +* **Updated** – dependencies has been updated + ## 0.4.0 - 2016-08-17 * **Feature** – derviced categories are now configurable diff --git a/package.json b/package.json index 1724de6..d2ffef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "micropub-to-github", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "private": true, "description": "An endpoint that accepts Micropub requests, formats them into Jekyll posts and pushes them to a configured GitHub repository.",