Skip to content

Commit 64f74f0

Browse files
committed
chore(release): release v2.6.2
Signed-off-by: Vedant K <gamemaker0042@gmail.com>
1 parent 15257a9 commit 64f74f0

File tree

4 files changed

+6
-37
lines changed

4 files changed

+6
-37
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "dabbu-cli",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "A CLI that leverages the Dabbu API and neatly retrieves your files and folders scattered online",
55
"main": "src/index.js",
66
"scripts": {

release-notes.md

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,7 @@
1-
## Changes to installation process
1+
## Bug fixes
22

3-
- Installation for Linux and MacOS can be done using a bash script.
4-
- Windows install process remains the same, a batch script for that is in progress.
5-
6-
## Changes to existing features
7-
8-
- feat: change default url to dabbu-server.herokuapp.com
9-
10-
## Bug Fixes
11-
12-
- fix(delete): file name is specified twice in URL [5dcd763]
13-
- remove file name from folder path if there is no regex
14-
15-
## Code style/formatting
16-
17-
- style: rename readme, contributing, release notes to lower case [090bc49]
18-
- delete now unused CHANGELOG.md
19-
- remove .prettierignore, .prettierrc
20-
- style: use xo for linting [8c2a2b3]
21-
- run prettier through xo for formatting
22-
- use tabs instead of spaces
23-
- disabled rules complexity, no-unused-vars, max-params, max-depth, object-curly-spacing and unicorn/no-nested-ternary
24-
- run xo while testing
25-
- style: add editorconfig [44957c7]
3+
- Setup for many providers not working [9e90719]
264

275
## Builds/CI
286

29-
- ci: check if version is prerelease by parsing it [efcf617]
30-
- it will contain a dash if it is a prerelease, i.e., 3.0.0-alpha.1
31-
- ci: run tests instead of checking format [26bc32b]
32-
- feat(scripts): add scripts to bump version and commit [68b3c4f]
33-
- build: remove dev deps while building in CI env
34-
- vendor: remove prettier as dev dependency, add xo
35-
36-
## Maintainence
37-
38-
- chore(deps): bump [open](https://github.com/sindresorhus/open) from 8.0.4 to 8.0.5 [c3d2002]
7+
- ci: release builds only from main branch [2a273f9]

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.6.1
1+
v2.6.2

0 commit comments

Comments
 (0)