Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Nov 6, 2018
1 parent bcaa485 commit 74c2ab7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## unreleased
## 1.5.0

- FEATURE: Added truncate component. #32
- FEATURE: Added dot dot dot scss mixin. #31
Expand Down Expand Up @@ -45,4 +45,3 @@
## 1.0.0

- FEATURE Initial component and service logic.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ Update package.json version on master branch:
git checkout master
git pull origin master
npm version [ major | minor | patch ] --no-git-tag-version
# update version in changelog
git add .
git commit -m "Release <version>"
git push origin master
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.4.1",
"version": "1.5.0",
"description": "Manage your js components",
"main": "src/core.js",
"repository": {
Expand Down

0 comments on commit 74c2ab7

Please sign in to comment.