Skip to content

Commit 3da7e04

Browse files
committed
bump version
1 parent d5721ed commit 3da7e04

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,12 @@ Before you make a pull request, please be sure to follow these instructions:
191191
1. Lint: `npm run lint`
192192
1. Run tests: `npm t`
193193
1. Build and serve the demo by running `npm start` then check the demo to make sure it counts.
194+
195+
<!-- PUBLISHING
196+
197+
1. bump version in package.json and countUp.ts
198+
2. npm run build
199+
3. commit changes
200+
4. npm publish
201+
202+
-->

dist/countUp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var CountUp = /** @class */ (function () {
1515
var _this = this;
1616
this.endVal = endVal;
1717
this.options = options;
18-
this.version = '2.1.0';
18+
this.version = '2.2.0';
1919
this.defaults = {
2020
startVal: 0,
2121
decimalPlaces: 0,

dist/countUp.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/countUp.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
var _this = this;
2222
this.endVal = endVal;
2323
this.options = options;
24-
this.version = '2.1.0';
24+
this.version = '2.2.0';
2525
this.defaults = {
2626
startVal: 0,
2727
decimalPlaces: 0,

0 commit comments

Comments
 (0)