Skip to content

Commit

Permalink
Produce new patch version (#37)
Browse files Browse the repository at this point in the history
We want to publish to npm the new changes in the schema.

This simply ups the patch version by one to allow to publish
the package. Full release notes will be on the release itself.

Signed-off-by: Ruben Aguiar <r.aguiar9080@gmail.com>
  • Loading branch information
raguiar9080 authored May 18, 2022
1 parent ed6e68c commit f3a1282
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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": "@lune-climate/lune",
"version": "1.1.2",
"version": "1.1.3",
"description": "Lune Typescript Client",
"main": "dist/client.js",
"types": "dist/client.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lune-climate/lune",
"version": "1.1.2",
"version": "1.1.3",
"description": "Lune Typescript Client",
"main": "cjs/client.js",
"module": "esm/client.js",
Expand Down

0 comments on commit f3a1282

Please sign in to comment.