From f5de6957695b7a0e239d9f4c2b2260e14f257030 Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Sun, 17 Sep 2023 12:38:51 +0200 Subject: [PATCH] chore(main): release 1.1.23 --- CHANGELOG.md | 10 ++++++++++ version.txt | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a44c5db9..219c1c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.23](https://github.com/robertoraggi/cplusplus/compare/v1.1.22...v1.1.23) (2023-09-17) + + +### Bug Fixes + +* Add APIs to get the AST slot name ([3bb7c79](https://github.com/robertoraggi/cplusplus/commit/3bb7c793ac07ad1153e473fd9aaa1bceec1b05e0)) +* Add SizeTypeSpecifierAST and SignTypeSpecifierAST ([6ebf73e](https://github.com/robertoraggi/cplusplus/commit/6ebf73e66f16462bfc05f80c6e94f4ff28f784c4)) +* Removed Parsed.DEFAULT_WASM_BINARY_URL ([5ff941c](https://github.com/robertoraggi/cplusplus/commit/5ff941ce6f8b78eec40386379757c15426694ac5)) +* Renamed DeclaratorModifierAST to DeclaratorChunkAST ([bc9cd83](https://github.com/robertoraggi/cplusplus/commit/bc9cd8332bafce6f74d4f75a4918fb2783bad973)) + ## [1.1.22](https://github.com/robertoraggi/cplusplus/compare/v1.1.21...v1.1.22) (2023-09-16) diff --git a/version.txt b/version.txt index c442f5e7..32ffe120 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.22 +1.1.23