Skip to content

Commit c2fa2f1

Browse files
build: update branch name
1 parent 01c2632 commit c2fa2f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [ "word-vectors" ]
8+
branches: [ "master" ]
99
pull_request:
10-
branches: [ "word-vectors" ]
10+
branches: [ "master" ]
1111

1212
jobs:
1313
build:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Version 2.4.0 June 30, 2025
33

44
### ✨ Features
5-
- Now map tokens easily; for example: `doc.tokens().map(token => ({token: token.out(), pos: token.out(its.pos)}))`. Thanks to @snowyu effort! 👏
5+
- Now map tokens easily; for example: `doc.tokens().map(token => ({token: token.out(), pos: token.out(its.pos)}))`. Thanks to [@snowyu](https://github.com/snowyu) effort! 👏
66
# [Operational update](https://github.com/winkjs/wink-nlp/releases/tag/2.3.2)
77
## Version 2.3.2 November 30, 2024
88

0 commit comments

Comments
 (0)