File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) with some edits,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## 🎉 1.3.0
8+
9+ ### What's Changed
10+ * fix(content): add missing link to github repository by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/17
11+ * feat: add home page by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/18
12+
13+ ### Full Changelog
14+ https://github.com/Airscripts/blog.airscript.it/compare/1.2.1...1.3.0
15+   ;
16+
717## 🎉 1.2.1
818
919### What's Changed
Original file line number Diff line number Diff line change 77  ;
88
99# Supported Tags
10- - [ ` 1.2.1 ` ] ( https://github.com/Airscripts/blog.airscript.it/blob/1.2.1 /.docker/blog.Dockerfile )
10+ - [ ` 1.3.0 ` ] ( https://github.com/Airscripts/blog.airscript.it/blob/1.3.0 /.docker/blog.Dockerfile )
1111  ;
1212
1313# What is blog.airscript.it?
Original file line number Diff line number Diff line change 1- 1.2.1
1+ 1.3.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pygmentsUseClasses = true
77enableInlineShortcodes = true
88defaultContentLanguage = " it"
99baseURL = " https://blog.airscript.it"
10- copyright = " airscript.it (1.2.1 ) | Sharing happiness with code."
10+ copyright = " airscript.it (1.3.0 ) | Sharing happiness with code."
1111
1212
1313[languages .it ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
44 blog :
55 tty : true
66 restart : always
7- image : airscript/blog:1.2.1
7+ image : airscript/blog:1.3.0
88 container_name : airscript-blog
99
1010 ports :
You can’t perform that action at this time.
0 commit comments