Skip to content

Commit

Permalink
chore(release): publish new version
Browse files Browse the repository at this point in the history
 - @syntest/analysis-javascript@0.1.0
 - @syntest/ast-visitor-javascript@0.1.0
 - @syntest/instrumentation-javascript@0.1.0
 - @syntest/search-javascript@0.1.0
 - @syntest/plugin-javascript-event-listener-state-storage@0.1.0
 - @syntest/javascript@0.1.0
  • Loading branch information
syntest-ci committed Sep 19, 2023
1 parent c4b9847 commit cc4c533
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 12 deletions.
8 changes: 8 additions & 0 deletions libraries/analysis-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0](https://github.com/syntest-framework/syntest-javascript/compare/@syntest/analysis-javascript@0.1.0-beta.24...@syntest/analysis-javascript@0.1.0) (2023-09-19)

**Note:** Version bump only for package @syntest/analysis-javascript
2 changes: 1 addition & 1 deletion libraries/analysis-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syntest/analysis-javascript",
"version": "0.1.0-beta.24",
"version": "0.1.0",
"description": "SynTest CFG JavaScript is a library for generating control flow graphs for the JavaScript language",
"keywords": [
"syntest",
Expand Down
8 changes: 8 additions & 0 deletions libraries/ast-visitor-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0](https://github.com/syntest-framework/syntest-javascript/compare/@syntest/ast-visitor-javascript@0.1.0-beta.8...@syntest/ast-visitor-javascript@0.1.0) (2023-09-19)

**Note:** Version bump only for package @syntest/ast-visitor-javascript
2 changes: 1 addition & 1 deletion libraries/ast-visitor-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syntest/ast-visitor-javascript",
"version": "0.1.0-beta.8",
"version": "0.1.0",
"description": "SynTest AST JavaScript is a library for visiting Abstract Syntax Trees for the JavaScript language",
"keywords": [
"syntest",
Expand Down
8 changes: 8 additions & 0 deletions libraries/instrumentation-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0](https://github.com/syntest-framework/syntest-javascript/compare/@syntest/instrumentation-javascript@0.1.0-beta.23...@syntest/instrumentation-javascript@0.1.0) (2023-09-19)

**Note:** Version bump only for package @syntest/instrumentation-javascript
2 changes: 1 addition & 1 deletion libraries/instrumentation-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syntest/instrumentation-javascript",
"version": "0.1.0-beta.23",
"version": "0.1.0",
"description": "SynTest Instrumentation JavaScript is a library for instrumenting JavaScript code",
"keywords": [
"syntest",
Expand Down
8 changes: 8 additions & 0 deletions libraries/search-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0](https://github.com/syntest-framework/syntest-javascript/compare/@syntest/search-javascript@0.1.0-beta.20...@syntest/search-javascript@0.1.0) (2023-09-19)

**Note:** Version bump only for package @syntest/search-javascript
2 changes: 1 addition & 1 deletion libraries/search-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syntest/search-javascript",
"version": "0.1.0-beta.20",
"version": "0.1.0",
"description": "SynTest JavaScript is a tool for automatically generating test cases for the JavaScript language",
"keywords": [
"syntest",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0](https://github.com/syntest-framework/syntest-core/compare/@syntest/plugin-javascript-event-listener-state-storage@0.1.0-beta.1...@syntest/plugin-javascript-event-listener-state-storage@0.1.0) (2023-09-19)

**Note:** Version bump only for package @syntest/plugin-javascript-event-listener-state-storage
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syntest/plugin-javascript-event-listener-state-storage",
"version": "0.1.0-beta.1",
"version": "0.1.0",
"description": "A listener plugin for SynTest JavaScript containing state storage functionalities",
"keywords": [
"syntest",
Expand Down
8 changes: 8 additions & 0 deletions tools/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0](https://github.com/syntest-framework/syntest-javascript/compare/@syntest/javascript@0.1.0-beta.26...@syntest/javascript@0.1.0) (2023-09-19)

**Note:** Version bump only for package @syntest/javascript
2 changes: 1 addition & 1 deletion tools/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syntest/javascript",
"version": "0.1.0-beta.26",
"version": "0.1.0",
"description": "SynTest JavaScript is a tool for automatically generating test cases for the JavaScript language",
"keywords": [
"syntest",
Expand Down

0 comments on commit cc4c533

Please sign in to comment.