Skip to content

Commit

Permalink
chore: bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Airscript committed Aug 12, 2022
1 parent f4696db commit 1708e92
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) with some edits,
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 🎉 1.3.0

### What's Changed
* fix(content): add missing link to github repository by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/17
* feat: add home page by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/18

### Full Changelog
https://github.com/Airscripts/blog.airscript.it/compare/1.2.1...1.3.0
 

## 🎉 1.2.1

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion README_DOCKER_HUB.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
 

# Supported Tags
- [`1.2.1`](https://github.com/Airscripts/blog.airscript.it/blob/1.2.1/.docker/blog.Dockerfile)
- [`1.3.0`](https://github.com/Airscripts/blog.airscript.it/blob/1.3.0/.docker/blog.Dockerfile)
 

# What is blog.airscript.it?
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.3.0
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pygmentsUseClasses = true
enableInlineShortcodes = true
defaultContentLanguage = "it"
baseURL = "https://blog.airscript.it"
copyright = "airscript.it (1.2.1) | Sharing happiness with code."
copyright = "airscript.it (1.3.0) | Sharing happiness with code."


[languages.it]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
blog:
tty: true
restart: always
image: airscript/blog:1.2.1
image: airscript/blog:1.3.0
container_name: airscript-blog

ports:
Expand Down

0 comments on commit 1708e92

Please sign in to comment.