Skip to content

Commit 1cfe49e

Browse files
chore: release changesets-gitlab v0.4.0 (#26)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9e6cb95 commit 1cfe49e

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/add-missing-deps.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/add-token-type-support.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eleven-keys-speak.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# changesets-gitlab
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#23](https://github.com/rx-ts/changesets-gitlab/pull/23) [`9e6cb95`](https://github.com/rx-ts/changesets-gitlab/commit/9e6cb95f22532eb18df7f95747140ffef5e4c80a) Thanks [@HosseinAgha](https://github.com/HosseinAgha)! - Add support for job tokens and oauth tokens (via GITLAB_TOKEN_TYPE config), The Gitlab job tokens have limited access only to Gitlab package registry so we cannot use it until [this Epic](https://gitlab.com/groups/gitlab-org/-/epics/3559) gets implemented.
8+
9+
### Patch Changes
10+
11+
- [#23](https://github.com/rx-ts/changesets-gitlab/pull/23) [`9e6cb95`](https://github.com/rx-ts/changesets-gitlab/commit/9e6cb95f22532eb18df7f95747140ffef5e4c80a) Thanks [@HosseinAgha](https://github.com/HosseinAgha)! - Add missing dependencies to the package.json
12+
13+
- [`1b3ec8e`](https://github.com/rx-ts/changesets-gitlab/commit/1b3ec8eafaa9fb58ac444e1c873d2cb832f24e76) Thanks [@JounQin](https://github.com/JounQin)! - feat: add main and module entries for compatibility
14+
315
## 0.3.0
416

517
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "changesets-gitlab",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"repository": "git+https://github.com/rx-ts/changesets-gitlab.git",
66
"author": "JounQin <admin@1stg.me>",

0 commit comments

Comments
 (0)