Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeyax committed Nov 11, 2024
1 parent eaf30ba commit 37ff599
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easynews/core",
"version": "1.3.3",
"version": "1.3.4",
"main": "dist/server.js",
"scripts": {
"test": "npm run test --workspaces",
Expand Down
2 changes: 1 addition & 1 deletion packages/addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easynews/addon",
"version": "1.3.3",
"version": "1.3.4",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easynews/api",
"version": "1.3.3",
"version": "1.3.4",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easynews/cloudflare-worker",
"version": "1.3.3",
"version": "1.3.4",
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts",
Expand Down

0 comments on commit 37ff599

Please sign in to comment.