Skip to content

Commit 0e0a673

Browse files
chore: release package(s)
1 parent 15bdd4f commit 0e0a673

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/welcome.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

esonar/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# esonar
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`15bdd4f`](https://github.com/adbayb/esonar/commit/15bdd4faa210771ec90c5dae9f56ae263dd72d5f) Thanks [@adbayb](https://github.com/adbayb)! - v0.1.0 release 🚀

esonar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esonar",
33
"description": "A code sonar to analyze ECMAScript modules usage with JSX and TypeScript support",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"publishConfig": {
66
"access": "public"
77
},

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @esonar/core
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`15bdd4f`](https://github.com/adbayb/esonar/commit/15bdd4faa210771ec90c5dae9f56ae263dd72d5f) Thanks [@adbayb](https://github.com/adbayb)! - v0.1.0 release 🚀

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esonar/core",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "ESonar core functionalities",
55
"author": "Ayoub Adib <adbayb@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)