Skip to content

Commit c56edf0

Browse files
committed
chore: update CHANGELOG.md for 1.11.0
1 parent 9b19661 commit c56edf0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
 
77

8+
## 🎉 1.11.0
9+
10+
### What's Changed
11+
* refactor!: remove italian language
12+
13+
### Full Changelog
14+
https://github.com/Airscripts/blog/compare/1.10.0...1.11.0
15+
 
16+
817
## 🎉 1.10.0
918

1019
### What's Changed

data/info.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "1.10.0"
1+
version = "1.11.0"
22
phrase = "Sharing happiness with code."

static/sw.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_VERSION = "1.10.0";
1+
const CACHE_VERSION = "1.11.0";
22
const SUPPORTED_METHODS = ["GET"];
33
const NOT_FOUND_PAGE = "/404.html";
44
const OFFLINE_PAGE = "/offline/index.html";

0 commit comments

Comments
 (0)