Skip to content

Commit

Permalink
chore(master): release 1.2.0 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 24, 2023
1 parent aea5340 commit 9ce9a5f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.0](https://github.com/amaanq/tree-sitter-puppet/compare/v1.1.0...v1.2.0) (2023-07-24)


### Features

* add unless statements ([00fa284](https://github.com/amaanq/tree-sitter-puppet/commit/00fa28447b29ed7d1da5bce696cf751942193a47))
* update highlights query ([aea5340](https://github.com/amaanq/tree-sitter-puppet/commit/aea5340eeb76f65b7ce3d61894c0f7766fcdd876))

## [1.1.0](https://github.com/amaanq/tree-sitter-puppet/compare/v1.0.0...v1.1.0) (2023-07-15)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-puppet"
description = "Puppet grammar for tree-sitter"
version = "1.1.0"
version = "1.2.0"
authors = ["Amaan Qureshi <amaanq12@gmail.com>"]
license = "MIT"
readme = "bindings/rust/README.md"
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ way.)
```toml
[dependencies]
tree-sitter = "~0.20.3"
tree-sitter-puppet = "1.1.0"
tree-sitter-puppet = "1.2.0"
```

Typically, you will use the [language][language func] function to add this
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-puppet",
"version": "1.1.0",
"version": "1.2.0",
"description": "Puppet grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit 9ce9a5f

Please sign in to comment.