Skip to content

Commit

Permalink
Merge pull request #13 from adrienv1520/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
adrienv1520 authored Jun 18, 2020
2 parents f1ae5d0 + f7591d5 commit d03dfa3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.1.1 - delivery @18/06/2020

- update project description

## 1.1.0 - delivery @18/06/2020

- add string helpers capitalize, camelCase
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p>

<p align="center">
A small Node.js library for type casting, http/s requests, object cloning, and other object, image, time and uuid helpers.
A small Node.js library for type casting, http/s requests, object cloning, and other object, string, image, time and uuid helpers.
<p>

# Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Consis
*
* A small Node.js library for type casting, http/s requests, object cloning,
* and other object, image, time and uuid helpers.
* and other object, string, image, time and uuid helpers.
*
* Author: Adrien Valcke <adrienvalcke@icloud.com>
*/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "consis",
"version": "1.1.0",
"version": "1.1.1",
"author": "Adrien Valcke <adrienvalcke@icloud.com> (https://github.com/adrienv1520)",
"description": "A small Node.js library for type casting, http/s requests, object cloning, and other object, image, time and uuid helpers",
"description": "A small Node.js library for type casting, http/s requests, object cloning, and other object, string, image, time and uuid helpers",
"bin": {},
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit d03dfa3

Please sign in to comment.