Skip to content

Commit 1835146

Browse files
committedJul 23, 2020
release v1.2.0
1 parent 6abc5c2 commit 1835146

File tree

5 files changed

+63
-22
lines changed

5 files changed

+63
-22
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ NPM Publish adheres to [Semantic Versioning](http://semver.org/).
55

66

77

8+
[v1.2.0](https://github.com/JS-DevTools/npm-publish/tree/v1.2.0) (2020-07-23)
9+
----------------------------------------------------------------------------------------------------
10+
11+
- Added support for running NPM in "dry run" mode, which doesn't actually publish, but reports details of what _would_ have been published.
12+
13+
[Full Changelog](https://github.com/JS-DevTools/npm-publish/compare/v1.1.2...v1.2.0)
14+
15+
16+
817
[v1.1.0](https://github.com/JS-DevTools/npm-publish/tree/v1.1.0) (2020-03-29)
918
----------------------------------------------------------------------------------------------------
1019

‎dist/index.js

+51-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jsdevtools/npm-publish",
33
"description": "Fast, easy publishing to NPM",
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"keywords": [
66
"github-action",
77
"npm",

0 commit comments

Comments
 (0)
Failed to load comments.