Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tenhobi committed Jun 9, 2020
1 parent 47178fc commit e9620c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project adheres to [Semantic Versioning](http://semver.org).

## 1.2.2

- Temporary fix of [#12](https://github.com/tenhobi/effective_dart/issues/12)

## 1.2.1

- Applied [Semantic Line Breaks](https://sembr.org)
Expand Down
1 change: 1 addition & 0 deletions lib/effective_dart.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@Deprecated("Don't use this!")
/// Just a dummy code to temporary fix an issue #12.
void dummyCode() {}
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: effective_dart
version: 1.2.2
description: Linter rules corresponding to the guidelines in Effective Dart.
version: 1.2.1
author: Honza Bittner <[email protected]>
homepage: https://github.com/tenhobi/effective_dart
repository: https://github.com/tenhobi/effective_dart
issue_tracker: https://github.com/tenhobi/effective_dart/issues
homepage: https://github.com/tenhobi/effective_dart

environment:
sdk: '>=2.0.0 <3.0.0'

0 comments on commit e9620c1

Please sign in to comment.