Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release workflow committed Apr 6, 2022
1 parent d434cd4 commit 40757bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0] - 2022-04-06
### Added
- Added simple retry policy configuration to superjson schema
- Added `openTime` field to circuit breaker configuration in superjson schema
Expand Down Expand Up @@ -165,7 +167,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.1.0...HEAD
[Unreleased]: https://github.com/superfaceai/ast-js/compare/v1.2.0...HEAD
[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
[0.0.34]: https://github.com/superfaceai/ast-js/compare/v0.0.33...v0.0.34
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": "@superfaceai/ast",
"version": "1.2.0-rc.3",
"version": "1.2.0",
"description": "Superface profile and map language ASTs, https://superface.ai",
"main": "dist/index.js",
"source": "src/index.ts",
Expand Down

0 comments on commit 40757bf

Please sign in to comment.