Skip to content

Commit

Permalink
Bump version to v1.2.3 (#81)
Browse files Browse the repository at this point in the history
* Run npm pkg fix

* Bump package version

* Add missing .npmrc to publish on version release

Since we're using Bun instead of setup-node, we don't have the file automatically created.
  • Loading branch information
alexcaza committed Feb 22, 2024
1 parent f6e22a2 commit 6c93dde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
registry=https://registry.npmjs.org/
always-auth=true
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "export-to-csv",
"version": "1.2.2",
"version": "1.2.3",
"description": "Easily create CSV data from json collection",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/alexcaza/export-to-csv.git"
"url": "git+https://github.com/alexcaza/export-to-csv.git"
},
"scripts": {
"build": "rm -rf output && bun build index.ts --outdir ./output --minify && tsc",
Expand Down

0 comments on commit 6c93dde

Please sign in to comment.