Skip to content

Commit cc4c533

Browse files
committed
chore(release): publish new version
- @syntest/[email protected] - @syntest/[email protected] - @syntest/[email protected] - @syntest/[email protected] - @syntest/[email protected] - @syntest/[email protected]
1 parent c4b9847 commit cc4c533

File tree

13 files changed

+56
-12
lines changed

13 files changed

+56
-12
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.1.0](https://github.com/syntest-framework/syntest-javascript/compare/@syntest/[email protected]...@syntest/[email protected]) (2023-09-19)
7+
8+
**Note:** Version bump only for package @syntest/analysis-javascript

libraries/analysis-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syntest/analysis-javascript",
3-
"version": "0.1.0-beta.24",
3+
"version": "0.1.0",
44
"description": "SynTest CFG JavaScript is a library for generating control flow graphs for the JavaScript language",
55
"keywords": [
66
"syntest",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.1.0](https://github.com/syntest-framework/syntest-javascript/compare/@syntest/[email protected]...@syntest/[email protected]) (2023-09-19)
7+
8+
**Note:** Version bump only for package @syntest/ast-visitor-javascript

libraries/ast-visitor-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syntest/ast-visitor-javascript",
3-
"version": "0.1.0-beta.8",
3+
"version": "0.1.0",
44
"description": "SynTest AST JavaScript is a library for visiting Abstract Syntax Trees for the JavaScript language",
55
"keywords": [
66
"syntest",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.1.0](https://github.com/syntest-framework/syntest-javascript/compare/@syntest/[email protected]...@syntest/[email protected]) (2023-09-19)
7+
8+
**Note:** Version bump only for package @syntest/instrumentation-javascript

libraries/instrumentation-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syntest/instrumentation-javascript",
3-
"version": "0.1.0-beta.23",
3+
"version": "0.1.0",
44
"description": "SynTest Instrumentation JavaScript is a library for instrumenting JavaScript code",
55
"keywords": [
66
"syntest",
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.1.0](https://github.com/syntest-framework/syntest-javascript/compare/@syntest/[email protected]...@syntest/[email protected]) (2023-09-19)
7+
8+
**Note:** Version bump only for package @syntest/search-javascript

libraries/search-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syntest/search-javascript",
3-
"version": "0.1.0-beta.20",
3+
"version": "0.1.0",
44
"description": "SynTest JavaScript is a tool for automatically generating test cases for the JavaScript language",
55
"keywords": [
66
"syntest",

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/plugin-javascript-event-listener-state-storage/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.1.0](https://github.com/syntest-framework/syntest-core/compare/@syntest/[email protected]...@syntest/[email protected]) (2023-09-19)
7+
8+
**Note:** Version bump only for package @syntest/plugin-javascript-event-listener-state-storage

plugins/plugin-javascript-event-listener-state-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syntest/plugin-javascript-event-listener-state-storage",
3-
"version": "0.1.0-beta.1",
3+
"version": "0.1.0",
44
"description": "A listener plugin for SynTest JavaScript containing state storage functionalities",
55
"keywords": [
66
"syntest",

tools/javascript/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.1.0](https://github.com/syntest-framework/syntest-javascript/compare/@syntest/[email protected]...@syntest/[email protected]) (2023-09-19)
7+
8+
**Note:** Version bump only for package @syntest/javascript

tools/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syntest/javascript",
3-
"version": "0.1.0-beta.26",
3+
"version": "0.1.0",
44
"description": "SynTest JavaScript is a tool for automatically generating test cases for the JavaScript language",
55
"keywords": [
66
"syntest",

0 commit comments

Comments
 (0)