Skip to content

Commit d4555e9

Browse files
tiagoloureirosrtab
authored andcommitted
bump version to 0.1.3
1 parent 6d1540a commit d4555e9

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [v0.1.3] - 2024-01-19
99

1010
### Fixed
1111

1212
- changelog version links
13+
- `typescript-eslint` plugin not being declared as dependency
1314

1415
### Added
1516

@@ -32,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3233

3334
- First release
3435

36+
[v0.1.3]: https://www.npmjs.com/package/@dipcode/eslint-config/v/0.1.3
3537
[v0.1.2]: https://www.npmjs.com/package/@dipcode/eslint-config/v/0.1.2
3638
[v0.1.1]: https://www.npmjs.com/package/@dipcode/eslint-config/v/0.1.1
3739
[v0.1.0]: https://www.npmjs.com/package/@dipcode/eslint-config/v/0.1.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dipcode/eslint-config",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Shareable ESLint config for Dipcode.",
55
"main": "./src/config.js",
66
"scripts": {

0 commit comments

Comments
 (0)