Skip to content

Commit 82f4fb2

Browse files
committed
chore: Release v0.1.3
1 parent 1b1e7af commit 82f4fb2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3-
## [0.1.2](https://github.com/MahdiTa97/range-at-index-typescript/compare/0.1.1...0.1.2)
3+
## [0.1.3](https://github.com/MahdiTa97/range-at-index-typescript/compare/0.1.2...0.1.3)
4+
5+
- fix: mistake in function name [`1b1e7af`](https://github.com/MahdiTa97/range-at-index-typescript/commit/1b1e7afc771d8e8a8f223da6f464b7adbedadfe1)
6+
7+
## [0.1.2](https://github.com/MahdiTa97/range-at-index-typescript/compare/0.1.1...0.1.2) (2023-01-03)
48

59
- docs: update readme file [`4b62d81`](https://github.com/MahdiTa97/range-at-index-typescript/commit/4b62d8181ad980fd70c30718cb5ab34a117cde52)
610
- docs: update readme file [`9ea7e19`](https://github.com/MahdiTa97/range-at-index-typescript/commit/9ea7e192a77bb524ae5fec528638dc60622649f8)

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.2",
2+
"version": "0.1.3",
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)