Skip to content

Commit

Permalink
Merge branch '1.5' of github.com:massiveart/web-js
Browse files Browse the repository at this point in the history
Conflicts:
	CHANGELOG.md
  • Loading branch information
alexander-schranz committed Mar 15, 2019
2 parents 0fec84b + fc7bc82 commit cca7f17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ Thumbs.db
/node_modules
yarn-error.log
yarn.lock
package-json.lock

!**/.gitkeep
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
- FEATURE: Add support for multiple arguments in service call. #36
- ENHANCEMENT: Rename src folder to js. #35

## 1.5.1

- ENHANCEMENT: Add package-json.lock file to gitignore. #41

## 1.5.0

- FEATURE: Added truncate component. #32
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": "massive-web",
"version": "1.5.0",
"version": "1.5.2",
"description": "Manage your js components",
"main": "js/core.js",
"repository": {
Expand Down

0 comments on commit cca7f17

Please sign in to comment.