Skip to content

Commit 1708e92

Browse files
author
Airscript
committed
chore: bump version to 1.3.0
1 parent f4696db commit 1708e92

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) with some edits,
55
and 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

README_DOCKER_HUB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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?

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.3.0

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pygmentsUseClasses = true
77
enableInlineShortcodes = true
88
defaultContentLanguage = "it"
99
baseURL = "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]

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)