Skip to content

Commit 81d90e2

Browse files
chore(main): release 2.1.0 (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9359b69 commit 81d90e2

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/AtB-AS/utils/compare/v2.0.0...v2.1.0) (2025-02-11)
4+
5+
6+
### Features
7+
8+
* export TravelRightStatus ([#7](https://github.com/AtB-AS/utils/issues/7)) ([388b7e2](https://github.com/AtB-AS/utils/commit/388b7e2359cd35f3c1b668049ab230150e1f52e5))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release 2.1.0 ([9359b69](https://github.com/AtB-AS/utils/commit/9359b693708969a77e07a55388cbff3e6b617f52))
14+
15+
16+
### Continuous Integration
17+
18+
* remove personal access token used by release please action ([4f4e7f0](https://github.com/AtB-AS/utils/commit/4f4e7f0829437d100664b11d32f1c7514ce618a8))
19+
320
## [2.0.0](https://github.com/AtB-AS/utils/compare/v1.0.1...v2.0.0) (2025-02-07)
421

522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atb-as/utils",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Shared utility methods and types for AtB products",
55
"main": "lib/index.js",
66
"module": "lib/index.js",

0 commit comments

Comments
 (0)