Skip to content

Commit 046921d

Browse files
committed
[Release] v1.2.2
1 parent abbb2df commit 046921d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v1.2.0 (May 15, 2020)
1+
# v1.2.2 (May 15, 2020)
22
* Refactoring
33
* Moved from `json-token-replace` to `@ptkdev/json-token-replace`
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# 🧸 JSON Token Replace
44

5-
[![](https://img.shields.io/badge/version-v1.2.0-lightgrey.svg)](https://github.com/ptkdev/json-token-replace/releases) [![](https://img.shields.io/npm/v/@ptkdev/json-token-replace.svg)](https://www.npmjs.com/package/@ptkdev/json-token-replace) [![](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/ptkdev/json-token-replace/blob/master/LICENSE.md) [![](https://img.shields.io/badge/ES-9-F7DF1E.svg)](https://wikipedia.org/wiki/ECMAScript) [![](https://snyk.io/test/github/ptkdev/json-token-replace/badge.svg)](https://snyk.io/test/github/ptkdev/json-token-replace) [![](https://discordapp.com/api/guilds/383373985666301975/embed.png)](http://discord.ptkdev.io)
5+
[![](https://img.shields.io/badge/version-v1.2.2-lightgrey.svg)](https://github.com/ptkdev/json-token-replace/releases) [![](https://img.shields.io/npm/v/@ptkdev/json-token-replace.svg)](https://www.npmjs.com/package/@ptkdev/json-token-replace) [![](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/ptkdev/json-token-replace/blob/master/LICENSE.md) [![](https://img.shields.io/badge/ES-9-F7DF1E.svg)](https://wikipedia.org/wiki/ECMAScript) [![](https://snyk.io/test/github/ptkdev/json-token-replace/badge.svg)](https://snyk.io/test/github/ptkdev/json-token-replace) [![](https://discordapp.com/api/guilds/383373985666301975/embed.png)](http://discord.ptkdev.io)
66

77
> Replace token string {{name}} in json with values from another json where key is token {"name":"Alex"}
88

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ptkdev/json-token-replace",
33
"description": "JSON Token Replace: Replace token string {{name}} in json with values from another json where key is token {\"name\":\"Alex\"}",
4-
"version": "1.2.0",
4+
"version": "1.2.2",
55
"main": "modules/jtr.js",
66
"author": "Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev)",
77
"license": "MIT",
@@ -27,6 +27,7 @@
2727
"git-pull-upstream": "git pull upstream master && git pull upstream beta && git pull upstream nightly",
2828
"git-pull": "git pull --recursive",
2929
"git-ignore-reset": "git rm -r --cached . && git add . && git commit -m \"[Fix] Removing all files in .gitignore\"",
30+
"npm-publish": "npm run clean && npm publish --access public",
3031
"npm-publish-master": "git checkout master && npm publish",
3132
"npm-publish-beta": "git checkout beta && npm publish --tag beta",
3233
"npm-publish-nightly": "git checkout nightly && npm publish --tag nightly",

0 commit comments

Comments
 (0)