Skip to content

Commit 1ce5cfc

Browse files
authored
Merge pull request #1 from Sleavely/release-please--branches--main--components--eslint-formatter-bitbucket
chore(main): release 1.0.0
2 parents bb3269d + b06098b commit 1ce5cfc

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-03-03)
4+
5+
6+
### Features
7+
8+
* use the pipeline proxy when BITBUCKET_API_AUTH isnt set ([64bbb18](https://github.com/Sleavely/eslint-formatter-bitbucket/commit/64bbb18e71ec9dc5f5e4f8079a22fc7d9fbd34de))
9+
10+
11+
### Bug Fixes
12+
13+
* define eslint 8 as permitted peerDependency ([d49e823](https://github.com/Sleavely/eslint-formatter-bitbucket/commit/d49e82385749909c56291cb3467220a315ad79c4))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* release eslint-formatter-bitbucket@1.0.0 ([c80fa9e](https://github.com/Sleavely/eslint-formatter-bitbucket/commit/c80fa9eaf6140de255071c29fa64124db8679a38))

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": "eslint-formatter-bitbucket",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "ESLint formatter that uploads results as Bitbucket report",
55
"main": "./dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)