We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fec84b + fc7bc82 commit cca7f17Copy full SHA for cca7f17
.gitignore
@@ -15,5 +15,6 @@ Thumbs.db
15
/node_modules
16
yarn-error.log
17
yarn.lock
18
+package-json.lock
19
20
!**/.gitkeep
CHANGELOG.md
@@ -9,6 +9,10 @@
9
- FEATURE: Add support for multiple arguments in service call. #36
10
- ENHANCEMENT: Rename src folder to js. #35
11
12
+## 1.5.1
13
+
14
+ - ENHANCEMENT: Add package-json.lock file to gitignore. #41
## 1.5.0
- FEATURE: Added truncate component. #32
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "massive-web",
3
- "version": "1.5.0",
+ "version": "1.5.2",
4
"description": "Manage your js components",
5
"main": "js/core.js",
6
"repository": {
0 commit comments