diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c091a..9435842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.3.0] - 2023-01-31 ### Added - Added `ComlinkNoneLiteral` to Profile AST @@ -169,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First AST - Github workflow publishing -[Unreleased]: https://github.com/superfaceai/ast-js/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/superfaceai/ast-js/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/superfaceai/ast-js/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/superfaceai/ast-js/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/superfaceai/ast-js/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/superfaceai/ast-js/compare/v0.0.34...v1.0.0 diff --git a/package.json b/package.json index 425294d..9019517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superfaceai/ast", - "version": "1.3.0-rc.0", + "version": "1.3.0", "description": "Superface profile and map language ASTs, https://superface.ai", "main": "dist/index.js", "source": "src/index.ts",