File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
  ;
7
7
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
+
8
17
## 🎉 1.10.0
9
18
10
19
### What's Changed
Original file line number Diff line number Diff line change 1
- version = " 1.10 .0"
1
+ version = " 1.11 .0"
2
2
phrase = " Sharing happiness with code."
Original file line number Diff line number Diff line change 1
- const CACHE_VERSION = "1.10 .0" ;
1
+ const CACHE_VERSION = "1.11 .0" ;
2
2
const SUPPORTED_METHODS = [ "GET" ] ;
3
3
const NOT_FOUND_PAGE = "/404.html" ;
4
4
const OFFLINE_PAGE = "/offline/index.html" ;
You can’t perform that action at this time.
0 commit comments