Skip to content

Commit fc69b7d

Browse files
committed
Increment version
1 parent 461b3ec commit fc69b7d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.9.0] - 2019-03-18
810
### Added
911
- Support the `hasPragma` function.
1012
- Support the new `number_arg` node type in Ruby 2.7.
@@ -208,7 +210,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
208210
### Added
209211
- Initial release 🎉
210212

211-
[Unreleased]: https://github.com/prettier/plugin-ruby/compare/v0.8.0...HEAD
213+
[Unreleased]: https://github.com/prettier/plugin-ruby/compare/v0.9.0...HEAD
214+
[0.9.0]: https://github.com/prettier/plugin-ruby/compare/v0.8.0...v0.9.0
212215
[0.8.0]: https://github.com/prettier/plugin-ruby/compare/v0.7.0...v0.8.0
213216
[0.7.0]: https://github.com/prettier/plugin-ruby/compare/v0.6.3...v0.7.0
214217
[0.6.3]: https://github.com/prettier/plugin-ruby/compare/v0.6.2...v0.6.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prettier/plugin-ruby",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "prettier plugin for the Ruby programming language",
55
"main": "src/ruby.js",
66
"scripts": {

0 commit comments

Comments
 (0)