From d4a648cbdb7482ed8d05cb6e121239543be5f38c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 06:07:10 +0000 Subject: [PATCH] chore(master): release 1.1.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- bindings/rust/README.md | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 759b5df..393fb7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/amaanq/tree-sitter-puppet/compare/v1.0.0...v1.1.0) (2023-07-15) + + +### Features + +* rework release action ([cae7974](https://github.com/amaanq/tree-sitter-puppet/commit/cae7974b021ac287cab92fd9b38cfbc6fc0a3010)) + ## 1.0.0 (2023-05-13) diff --git a/Cargo.toml b/Cargo.toml index 9052159..0c43fe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-puppet" description = "Puppet grammar for tree-sitter" -version = "1.0.0" +version = "1.1.0" authors = ["Amaan Qureshi "] license = "MIT" readme = "bindings/rust/README.md" diff --git a/bindings/rust/README.md b/bindings/rust/README.md index caf25f9..258248b 100644 --- a/bindings/rust/README.md +++ b/bindings/rust/README.md @@ -9,7 +9,7 @@ way.) ```toml [dependencies] tree-sitter = "~0.20.3" -tree-sitter-puppet = "1.0.0" +tree-sitter-puppet = "1.1.0" ``` Typically, you will use the [language][language func] function to add this diff --git a/package.json b/package.json index 0d85b11..b1c721c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-puppet", - "version": "1.0.0", + "version": "1.1.0", "description": "Puppet grammar for tree-sitter", "main": "bindings/node", "keywords": [