Skip to content

Commit

Permalink
Standards Badge Style #5
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-haimk authored Feb 21, 2024
2 parents 5cd1f7d + 0fe36f2 commit 34e104f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Check Point - Harmony Endpoint Management JS-TS SDK

[![License](https://img.shields.io/github/license/CheckPointSW/harmony-endpoint-management-js-ts-sdk.svg)](https://github.com/CheckPointSW/harmony-endpoint-management-js-ts-sdk/blob/release/LICENSE) [![Latest Release](https://img.shields.io/github/v/release/CheckPointSW/harmony-endpoint-management-js-ts-sdk)](https://github.com/CheckPointSW/harmony-endpoint-management-js-ts-sdk/releases) [![npm version](https://img.shields.io/npm/v/@chkp/harmony-endpoint-management-sdk.svg)](https://www.npmjs.com/package/@chkp/harmony-endpoint-management-sdk)
[![License](https://img.shields.io/github/license/CheckPointSW/harmony-endpoint-management-js-ts-sdk.svg?style=plastic)](https://github.com/CheckPointSW/harmony-endpoint-management-js-ts-sdk/blob/release/LICENSE) [![Latest Release](https://img.shields.io/github/v/release/CheckPointSW/harmony-endpoint-management-js-ts-sdk?style=plastic)](https://github.com/CheckPointSW/harmony-endpoint-management-js-ts-sdk/releases) [![npm version](https://img.shields.io/npm/v/@chkp/harmony-endpoint-management-sdk.svg?style=plastic)](https://www.npmjs.com/package/@chkp/harmony-endpoint-management-sdk)

<!--
Coming soon :)
[![npm downloads](https://img.shields.io/npm/dt/@chkp/harmony-endpoint-management-sdk.svg.svg?style=flat)](https://npmjs.com/package/@chkp/harmony-endpoint-management-sdk.svg)
[![npm downloads](https://img.shields.io/npm/dt/@chkp/harmony-endpoint-management-sdk.svg.svg?style=plastic)](https://npmjs.com/package/@chkp/harmony-endpoint-management-sdk.svg)
[![GitHub stars](https://img.shields.io/github/stars/CheckPointSW/harmony-endpoint-management-js-ts-sdk.svg?style=social&label=Star)](https://github.com/CheckPointSW/harmony-endpoint-management-js-ts-sdk/stargazers) -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chkp/harmony-endpoint-management-sdk",
"version": "1.1.32",
"version": "1.1.33",
"description": "The official Harmony Endpoint management SDK for JavaScript echosystem",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 34e104f

Please sign in to comment.