@bigbinary/neeto-message-templates-frontend 2.0.3-beta → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<!---
|
|
2
|
+
|
|
3
|
+
------- FOLLOW THESE WHILE ADDING AN ENTRY -------
|
|
4
|
+
|
|
5
|
+
** Add BREAKING keyword in bold for changes which could potentially break the component, eg: **BREAKING**.
|
|
6
|
+
** Enclose a prop name in double backticks, eg: `menuType`.
|
|
7
|
+
** Represent a version as second level heading and write the version number inside a square bracket, eg: ## [3.3.2].
|
|
8
|
+
|
|
9
|
+
--->
|
|
10
|
+
# Changelog
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file.
|
|
13
|
+
|
|
14
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
15
|
+
|
|
16
|
+
Prefix the change with one of these keywords:
|
|
17
|
+
|
|
18
|
+
- *Added*: for new features.
|
|
19
|
+
- *Changed*: for changes in existing functionality.
|
|
20
|
+
- *Deprecated*: for soon-to-be removed features.
|
|
21
|
+
- *Removed*: for now removed features.
|
|
22
|
+
- *Fixed*: for any bug fixes.
|
|
23
|
+
- *Security*: in case of vulnerabilities.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-message-templates-frontend",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "To manage message templates across neeto products.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-message-templates-nano",
|