File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 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/)
55and 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
Original file line number Diff line number Diff line change 1- version = " 1.10 .0"
1+ version = " 1.11 .0"
22phrase = " 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" ;
22const SUPPORTED_METHODS = [ "GET" ] ;
33const NOT_FOUND_PAGE = "/404.html" ;
44const OFFLINE_PAGE = "/offline/index.html" ;
You can’t perform that action at this time.
0 commit comments