Skip to content

Commit

Permalink
Merge branch 'v1.x' of github.com:FrontEndDev-org/publish-node-packag…
Browse files Browse the repository at this point in the history
…e-action into v1.x
  • Loading branch information
cloudcome committed Jul 23, 2024
2 parents 2af8d11 + 2fd4068 commit 07ec5eb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.10.0](https://github.com/FrontEndDev-org/publish-node-package-action/compare/v1.9.1...v1.10.0) (2024-07-23)


### Features

* rename rewritePkgJSON to main and update action.yml script ([a41596c](https://github.com/FrontEndDev-org/publish-node-package-action/commit/a41596ca9bf4b0ba2721fc78a35a523b39c82d0a))

## [1.9.1](https://github.com/FrontEndDev-org/publish-node-package-action/compare/v1.9.0...v1.9.1) (2024-07-23)


Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
const path = require("path");
async function main(cwd, context) {
var _a;
console.log("publish-node-package-action", "1.9.0");
console.log("publish-node-package-action", "1.10.0");
const owner = (_a = context.payload.repository) == null ? void 0 : _a.owner.login;
if (!owner) {
throw new Error("No owner found in context");
Expand Down
2 changes: 1 addition & 1 deletion dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fs = require("fs");
const path = require("path");
async function main(cwd, context) {
var _a;
console.log("publish-node-package-action", "1.9.1");
console.log("publish-node-package-action", "1.10.0");
const owner = (_a = context.payload.repository) == null ? void 0 : _a.owner.login;
if (!owner) {
throw new Error("No owner found in context");
Expand Down
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": "publish-node-package-action",
"version": "1.9.1",
"version": "1.10.0",
"description": "Publish a NodeJS package to NPM or GitHub Packages",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 07ec5eb

Please sign in to comment.