Skip to content

Commit

Permalink
release: bump to version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
airscripts committed Dec 26, 2022
1 parent 8c396ec commit 0f01a24
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 

## 🎉 1.10.0

### What's Changed
* feat: automatic devcontainers.json verify by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/44

### Full Changelog
https://github.com/Airscripts/blog.airscript.it/compare/1.9.0...1.10.0
 

## 🎉 1.9.0

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion data/info.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "1.9.0"
version = "1.10.0"
phrase = "Sharing happiness with code."
2 changes: 1 addition & 1 deletion static/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CACHE_VERSION = "1.9.0";
const CACHE_VERSION = "1.10.0";
const SUPPORTED_METHODS = ["GET"];
const NOT_FOUND_PAGE = "/404.html";
const OFFLINE_PAGE = "/offline/index.html";
Expand Down

0 comments on commit 0f01a24

Please sign in to comment.