Skip to content

Commit

Permalink
feat: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Nov 10, 2021
1 parent 5e5a1a3 commit 428fa61
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,24 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- Template:
## [NEW](https://github.com/JonasWanke/debug_overlay/compare/vOLD...vNEW) · 2020-xx-xx
## NEW · 2021-xx-xx
### 🎉 New Features
### ⚡ Changes
### 🐛 Bug Fixes
### 📜 Documentation updates
### 🏗 Refactoring
### 🏗 Refactoring
### 📦 Build & CI
-->

## v0.1.2 · 2020-11-10

### 🏗️ Refactoring
* migrate to `flutter_lints`

### 📦 Build & CI
* update `device_info_plus` to `^3.0.0`
* update `shake` to `^2.0.0`

## v0.1.1 · 2020-03-29

### 🎉 New Features
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.1"
version: "0.1.2"
device_info_plus:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: debug_overlay
description: '🐛 View debug infos and change settings via a central overlay for your app.'
version: 0.1.1
version: 0.1.2
homepage: https://github.com/JonasWanke/debug_overlay

environment:
Expand Down

0 comments on commit 428fa61

Please sign in to comment.