Skip to content

Commit cca7f17

Browse files
Merge branch '1.5' of github.com:massiveart/web-js
Conflicts: CHANGELOG.md
2 parents 0fec84b + fc7bc82 commit cca7f17

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ Thumbs.db
1515
/node_modules
1616
yarn-error.log
1717
yarn.lock
18+
package-json.lock
1819

1920
!**/.gitkeep

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
- FEATURE: Add support for multiple arguments in service call. #36
1010
- ENHANCEMENT: Rename src folder to js. #35
1111

12+
## 1.5.1
13+
14+
- ENHANCEMENT: Add package-json.lock file to gitignore. #41
15+
1216
## 1.5.0
1317

1418
- FEATURE: Added truncate component. #32

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "massive-web",
3-
"version": "1.5.0",
3+
"version": "1.5.2",
44
"description": "Manage your js components",
55
"main": "js/core.js",
66
"repository": {

0 commit comments

Comments
 (0)