Skip to content

Commit

Permalink
chore(release): Release 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 19, 2021
1 parent 9d32276 commit 7dff5cf
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [1.0.2](https://github.com/TwilioDevEd/message-segment-calculator/compare/v1.0.1...v1.0.2) (2021-08-19)


### Bug Fixes

* Bug in calculating one char UCS-2 ([f489fa2](https://github.com/TwilioDevEd/message-segment-calculator/commit/f489fa25bc2c13f1bf4c6e48f6c3bb2b0512b5af))
3 changes: 2 additions & 1 deletion dist/libs/SegmentedMessage.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/libs/SegmentedMessage.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/scripts/segmentsCalculator.js

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"name": "sms-segments-calculator",
"version": "1.0.1",
"version": "1.0.2",
"description": "SMS segements calculator",
"repository": {
"type": "git",
"url": "https://github.com/TwilioDevEd/message-segment-calculator"
},
"keywords": ["sms", "segments"],
"keywords": [
"sms",
"segments"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist/**", "src/**"],
"files": [
"dist/**",
"src/**"
],
"scripts": {
"test": "tsc && jest",
"build": "tsc",
Expand Down

0 comments on commit 7dff5cf

Please sign in to comment.