Skip to content

Commit adfb261

Browse files
committed
chore: Release v0.1.4
1 parent ecee68f commit adfb261

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog
22

3-
## [0.1.3](https://github.com/MahdiTa97/range-at-index-typescript/compare/0.1.2...0.1.3)
3+
## [0.1.4](https://github.com/MahdiTa97/range-at-index-typescript/compare/0.1.3...0.1.4)
44

5+
- fix: function types issue resolved [`ecee68f`](https://github.com/MahdiTa97/range-at-index-typescript/commit/ecee68faf26e8201a44e9309b02984a1a3478914)
6+
7+
## [0.1.3](https://github.com/MahdiTa97/range-at-index-typescript/compare/0.1.2...0.1.3) (2023-01-03)
8+
9+
- chore: Release v0.1.3 [`82f4fb2`](https://github.com/MahdiTa97/range-at-index-typescript/commit/82f4fb224f582bbfe51233d041b4cbf4db1afafe)
510
- fix: mistake in function name [`1b1e7af`](https://github.com/MahdiTa97/range-at-index-typescript/commit/1b1e7afc771d8e8a8f223da6f464b7adbedadfe1)
611

712
## [0.1.2](https://github.com/MahdiTa97/range-at-index-typescript/compare/0.1.1...0.1.2) (2023-01-03)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.3",
2+
"version": "0.1.4",
33
"description": "An npm package for demonstration purposes using TypeScript to build for both the ECMAScript Module format (i.e. ESM or ES Module) and CommonJS Module format. It can be used in Node.js and browser applications.",
44
"license": "MIT",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)