Skip to content

Commit

Permalink
Release 0.11.1 with NodeJS highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Mar 19, 2022
1 parent 7dd673c commit 5ec68ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [0.11.1] - 2022-03-18
### Added
- Highlight external NodeJS dependencies. [#234](https://github.com/jonhoo/inferno/pull/234)

## [0.11.0] - 2022-03-03
### Changed
- Allowed `--skip-after` to appear multiple times. [#231](https://github.com/jonhoo/inferno/pull/231)
Expand Down Expand Up @@ -190,7 +194,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Moved to `IndexMap` and FNV hashing ([#127](https://github.com/jonhoo/inferno/pull/127))
- Moved CI to Azure DevOps Pipelines

[Unreleased]: https://github.com/jonhoo/inferno/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/jonhoo/inferno/compare/v0.11.1...HEAD
[0.11.1]: https://github.com/jonhoo/inferno/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/jonhoo/inferno/compare/v0.10.12...v0.11.0
[0.10.12]: https://github.com/jonhoo/inferno/compare/v0.10.11...v0.10.12
[0.10.11]: https://github.com/jonhoo/inferno/compare/v0.10.10...v0.10.11
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inferno"
version = "0.11.0"
version = "0.11.1"
edition = "2018"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]

Expand Down

0 comments on commit 5ec68ae

Please sign in to comment.