Skip to content

Commit 0d472db

Browse files
authored
chore(release): 3.7.0 (#200)
1 parent 2f91c19 commit 0d472db

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.7.0](https://github.com/linode/apl-tasks/compare/v3.6.1...v3.7.0) (2025-02-27)
6+
7+
8+
### Features
9+
10+
* add coverage ([#191](https://github.com/linode/apl-tasks/issues/191)) ([23e662c](https://github.com/linode/apl-tasks/commit/23e662cc419c71e99ea01ad6eee1eeb980cdcc01))
11+
* create service accounts for gitea organizations ([#192](https://github.com/linode/apl-tasks/issues/192)) ([62a1550](https://github.com/linode/apl-tasks/commit/62a1550cc4001c0bf8dd93fb01a6d4c054f94346))
12+
* use Jest for test and upgrade to node 22 and use native fetch ([#188](https://github.com/linode/apl-tasks/issues/188)) ([1df9b45](https://github.com/linode/apl-tasks/commit/1df9b45744e80f865700245af7d21c3c62cccf67))
13+
14+
15+
### Bug Fixes
16+
17+
* upsert admin team and create repo ([#196](https://github.com/linode/apl-tasks/issues/196)) ([362b9c7](https://github.com/linode/apl-tasks/commit/362b9c7155d3034618413a53e866c648de7bc4ba))
18+
519
### [3.6.1](https://github.com/linode/apl-tasks/compare/v3.6.0...v3.6.1) (2025-01-27)
620

721

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
@@ -129,5 +129,5 @@
129129
"tag": true
130130
}
131131
},
132-
"version": "3.6.1"
132+
"version": "3.7.0"
133133
}

0 commit comments

Comments
 (0)