Skip to content

Commit

Permalink
feat: stage for npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdward162 committed Apr 26, 2021
1 parent 936ad11 commit 6828552
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## [Unreleased]

## [0.0.23] - 2021-04-26

### Changed
* Publish to npm

## [0.0.22] - 2021-03-21

### Changed
* Map security requirements

## [0.0.21] - 2021-02-04

### Added
* Added `IterationAtomNode`
* Added `IterationAtomNode` to `CallStatementNode` and `InlineCallNode`
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": "0.2.0",
"version": "0.0.23",
"description": "Superface profile and map language ASTs, https://superface.ai",
"main": "dist/language.js",
"source": "src/index.ts",
Expand Down

0 comments on commit 6828552

Please sign in to comment.