Skip to content

Commit

Permalink
chore(package): bump v0.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: mateonunez <mateonunez95@gmail.com>
  • Loading branch information
mateonunez committed Oct 29, 2023
1 parent 52587fa commit ab5436b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@masteonunez/asterism",
"version": "0.0.5",
"version": "0.0.6",
"description": "Asterism is a CLI that provides a set of tools to build a Orama instance from your favorite database.",
"scripts": {
"asterism": "node ./packages/cli/cli.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mateonunez/asterism",
"version": "0.0.5",
"version": "0.0.6",
"description": "Asterism CLI",
"main": "cli.mjs",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/drill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mateonunez/asterism-drill",
"version": "0.0.5",
"version": "0.0.6",
"description": "Drill is a helper to comunicates with databases",
"main": "drill.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/falcon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mateonunez/asterism-falcon",
"version": "0.0.5",
"version": "0.0.6",
"description": "falcon migrates your database data to a Orama instance",
"main": "falcon.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/huston/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mateonunez/asterism-huston",
"version": "0.0.5",
"version": "0.0.6",
"description": "Huston is the place where you can find all the utilities",
"main": "huston.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mateonunez/asterism-rover",
"version": "0.0.5",
"version": "0.0.6",
"description": "Rover is the tool to explore Orama",
"main": "rover.mjs",
"type": "module",
Expand Down

0 comments on commit ab5436b

Please sign in to comment.