Skip to content

Commit 00c1cd5

Browse files
committedOct 2, 2020
release v1.4.0
1 parent d1e863a commit 00c1cd5

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed
 

‎CHANGELOG.md

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

66

77

8+
[v1.4.0](https://github.com/JS-DevTools/npm-publish/tree/v1.4.0) (2020-10-02)
9+
----------------------------------------------------------------------------------------------------
10+
11+
- Added support NPM's `--tag` argument, which allows packages to be published to a named tag that can then be installed using `npm install <package-name>@<tag>`
12+
13+
- Added support for NPM's `--access` argument, which controls whether scoped packages are publicly accessible, or restricted to members of your NPM organization
14+
15+
[Full Changelog](https://github.com/JS-DevTools/npm-publish/compare/v1.3.0...v1.4.0)
16+
17+
18+
819
[v1.3.0](https://github.com/JS-DevTools/npm-publish/tree/v1.3.0) (2020-10-01)
920
----------------------------------------------------------------------------------------------------
1021

‎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.3.0",
4+
"version": "1.4.0",
55
"keywords": [
66
"github-action",
77
"npm",

0 commit comments

Comments
 (0)
Failed to load comments.