From a444fa371724002b29fa00f302bd9a9f88e90146 Mon Sep 17 00:00:00 2001 From: Airscript Date: Sun, 21 Aug 2022 02:59:19 +0000 Subject: [PATCH] release: bump to version 1.6.0 --- CHANGELOG.md | 10 ++++++++++ data/info.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5130f..d818c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).   +## 🎉 1.6.0 + +### What's Changed +* feat(hooks): add pre-commit git hook by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/33 +* feat: add pwa support by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/34 + +### Full Changelog +https://github.com/Airscripts/blog.airscript.it/compare/1.5.0...1.6.0 +  + ## 🎉 1.5.0 ### What's Changed diff --git a/data/info.toml b/data/info.toml index f62a290..ffed2a4 100644 --- a/data/info.toml +++ b/data/info.toml @@ -1,2 +1,2 @@ -version = "1.5.0" +version = "1.6.0" phrase = "Sharing happiness with code." \ No newline at end of file