Skip to content

Commit

Permalink
chore: release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Nov 21, 2020
1 parent bfb71b8 commit 7b157f9
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [0.1.1] - 2020-11-21

## [0.1.0] - 2020-08-25

### Features

- add is_interactive ([`0554bb7`])

## [0.0.3] - 2020-08-25

### Features

- ansi regex & escape ([`d0fe042`])

## [0.0.2] - 2020-08-25

### Features

- add wcwidth ([`62265b0`])

## [0.0.1] - 2020-08-25

### Features

- initial release ([`b22b4fe`])

[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html
[0.1.1]: https://github.com/denosaurs/tty/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/denosaurs/tty/compare/0.0.3...0.1.0
[`0554bb7`]: https://github.com/denosaurs/tty/commit/0554bb7739d3de424bfaa5b793e002e8f72cf0d2
[0.0.3]: https://github.com/denosaurs/tty/compare/0.0.2...0.0.3
[`d0fe042`]: https://github.com/denosaurs/tty/commit/d0fe042e068ebb234cb2526c916093b0b7b5578e
[0.0.2]: https://github.com/denosaurs/tty/compare/0.0.1...0.0.2
[`62265b0`]: https://github.com/denosaurs/tty/commit/62265b01fda55309d2e21525dad94e28083eee6e
[0.0.1]: https://github.com/denosaurs/tty/compare/0.0.1
[`b22b4fe`]: https://github.com/denosaurs/tty/commit/b22b4fe732b48231d7d8bc0425d2af75e1c8d717

0 comments on commit 7b157f9

Please sign in to comment.