Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

Commit 24c1e8b

Browse files
Merge branch 'release/1.2.1'
2 parents 99e6c53 + 3ebd08a commit 24c1e8b

40 files changed

+433
-12225
lines changed

.github/workflows/bump.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 15
1414
steps:
1515
- name: "Checkout source code"
16-
uses: "actions/checkout@v2"
16+
uses: "actions/checkout@v3"
1717
with:
1818
ref: ${{ github.ref }}
1919
- name: Generate changelog
@@ -23,21 +23,21 @@ jobs:
2323
- name: "cat package.json"
2424
run: cat ./package.json
2525
- name: "Setup Node.js"
26-
uses: "actions/setup-node@v2.3.0"
26+
uses: "actions/setup-node@v3.1.0"
2727
with:
2828
node-version: 12
2929
- name: "Automated Version Bump"
30-
uses: "phips28/gh-action-bump-version@v8.0.18"
30+
uses: "dermatologist/gh-action-bump-version@beapen-1"
3131
with:
3232
tag-prefix: ''
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
UMLS_API_KEY: ${{secrets.umls_api_key}}
3636
- name: "cat package.json"
3737
run: cat ./package.json
38-
38+
3939
# - name: Commit changes
4040
# uses: EndBug/add-and-commit@v7
4141
# with:
4242
# default_author: github_actions
43-
# add: '*.md'
43+
# add: '*.md'

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
runs-on: ubuntu-latest
1212
timeout-minutes: 15
1313
steps:
14-
- uses: actions/checkout@v2.3.4
15-
- uses: actions/setup-node@v2.3.0
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3.1.0
1616
with:
1717
node-version: 12
1818
- run: npm ci
1919
- run: npm run docs
2020
env:
2121
UMLS_API_KEY: ${{secrets.umls_api_key}}
2222
- name: Deploy Docs 🚀
23-
uses: JamesIves/github-pages-deploy-action@4.1.4
23+
uses: JamesIves/github-pages-deploy-action@v4.3.0
2424
with:
2525
branch: gh-pages # The branch the action should deploy to.
2626
folder: docs # The folder the action should deploy.

.github/workflows/integration.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.3.4
16-
- uses: actions/setup-node@v2.3.0
15+
- uses: actions/checkout@v3
16+
- uses: actions/setup-node@v3.1.0
1717
with:
1818
node-version: 12
1919
- run: npm ci
@@ -24,8 +24,8 @@ jobs:
2424
# needs: build
2525
# runs-on: ubuntu-latest
2626
# steps:
27-
# - uses: actions/checkout@v2.3.4
28-
# - uses: actions/setup-node@v2.3.0
27+
# - uses: actions/checkout@v3
28+
# - uses: actions/setup-node@v3.1.0
2929
# with:
3030
# node-version: 12
3131
# registry-url: https://registry.npmjs.org/
@@ -38,8 +38,8 @@ jobs:
3838
# needs: build
3939
# runs-on: ubuntu-latest
4040
# steps:
41-
# - uses: actions/checkout@v2.3.4
42-
# - uses: actions/setup-node@v2.3.0
41+
# - uses: actions/checkout@v3
42+
# - uses: actions/setup-node@v3.1.0
4343
# with:
4444
# node-version: 12
4545
# registry-url: https://npm.pkg.github.com/

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
12-
- uses: actions/setup-node@v2.3.0
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-node@v3.1.0
1313
with:
1414
node-version: 12
1515
registry-url: https://registry.npmjs.org/
@@ -31,7 +31,7 @@ jobs:
3131
# runs-on: ubuntu-latest
3232
# steps:
3333
# - uses: actions/checkout@v2.3.4
34-
# - uses: actions/setup-node@v2.3.0
34+
# - uses: actions/setup-node@v3.1.0
3535
# with:
3636
# node-version: 12
3737
# registry-url: https://npm.pkg.github.com/
@@ -56,7 +56,7 @@ jobs:
5656
# runs-on: ubuntu-latest
5757
# steps:
5858
# - uses: actions/checkout@v2.3.4
59-
# - uses: actions/setup-node@v2.3.0
59+
# - uses: actions/setup-node@v3.1.0
6060
# with:
6161
# node-version: 12
6262
# - run: npm ci
@@ -68,7 +68,7 @@ jobs:
6868
# runs-on: ubuntu-latest
6969
# steps:
7070
# - uses: actions/checkout@v2.3.4
71-
# - uses: actions/setup-node@v2.3.0
71+
# - uses: actions/setup-node@v3.1.0
7272
# with:
7373
# node-version: 12
7474
# registry-url: https://registry.npmjs.org/

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2.3.4
14-
- uses: actions/setup-node@v2.3.0
13+
- uses: actions/checkout@v3
14+
- uses: actions/setup-node@v3.1.0
1515
with:
1616
node-version: 12
1717
- run: npm ci

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ dist
44
test/api.js
55
.idea
66
.env
7-
scratch
7+
scratch
8+
docs

CHANGELOG.md

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

3+
## [v1.2.0](https://github.com/dermatologist/umlsjs/tree/v1.2.0) (2022-04-13)
4+
5+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.17.3...v1.2.0)
6+
7+
**Merged pull requests:**
8+
9+
- Update bump.yml [\#116](https://github.com/dermatologist/umlsjs/pull/116) ([dermatologist](https://github.com/dermatologist))
10+
- build\(deps-dev\): bump typescript from 4.5.5 to 4.6.3 [\#112](https://github.com/dermatologist/umlsjs/pull/112) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
- Update package.json [\#111](https://github.com/dermatologist/umlsjs/pull/111) ([dermatologist](https://github.com/dermatologist))
12+
- build\(deps\): bump JamesIves/github-pages-deploy-action from 4.1.5 to 4.3.0 [\#109](https://github.com/dermatologist/umlsjs/pull/109) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
- build\(deps\): bump actions/setup-node from 2.5.1 to 3.1.0 [\#108](https://github.com/dermatologist/umlsjs/pull/108) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- build\(deps\): bump ansi-regex from 3.0.0 to 3.0.1 [\#107](https://github.com/dermatologist/umlsjs/pull/107) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- build\(deps\): bump minimist from 1.2.5 to 1.2.6 [\#106](https://github.com/dermatologist/umlsjs/pull/106) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
- build\(deps-dev\): bump typedoc from 0.22.10 to 0.22.13 [\#105](https://github.com/dermatologist/umlsjs/pull/105) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
- build\(deps\): bump axios from 0.24.0 to 0.26.1 [\#103](https://github.com/dermatologist/umlsjs/pull/103) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- build\(deps\): bump actions/checkout from 2 to 3 [\#101](https://github.com/dermatologist/umlsjs/pull/101) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- build\(deps-dev\): bump typescript from 4.5.4 to 4.5.5 [\#98](https://github.com/dermatologist/umlsjs/pull/98) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
- build\(deps\): bump follow-redirects from 1.14.5 to 1.14.8 [\#95](https://github.com/dermatologist/umlsjs/pull/95) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- build\(deps\): bump phips28/gh-action-bump-version from 8.0.18 to 9.0.16 [\#92](https://github.com/dermatologist/umlsjs/pull/92) ([dependabot[bot]](https://github.com/apps/dependabot))
22+
23+
## [v0.17.3](https://github.com/dermatologist/umlsjs/tree/v0.17.3) (2022-03-20)
24+
25+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.17.2...v0.17.3)
26+
27+
**Merged pull requests:**
28+
29+
- build\(deps-dev\): bump dotenv from 10.0.0 to 16.0.0 [\#93](https://github.com/dermatologist/umlsjs/pull/93) ([dependabot[bot]](https://github.com/apps/dependabot))
30+
- build\(deps\): bump nanoid from 3.1.23 to 3.2.0 [\#88](https://github.com/dermatologist/umlsjs/pull/88) ([dependabot[bot]](https://github.com/apps/dependabot))
31+
32+
## [v0.17.2](https://github.com/dermatologist/umlsjs/tree/v0.17.2) (2022-02-27)
33+
34+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.17.1...v0.17.2)
35+
36+
**Merged pull requests:**
37+
38+
- build\(deps\): bump shelljs from 0.8.4 to 0.8.5 [\#85](https://github.com/dermatologist/umlsjs/pull/85) ([dependabot[bot]](https://github.com/apps/dependabot))
39+
40+
## [v0.17.1](https://github.com/dermatologist/umlsjs/tree/v0.17.1) (2022-01-14)
41+
42+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.17.0...v0.17.1)
43+
44+
**Merged pull requests:**
45+
46+
- build\(deps\): bump actions/setup-node from 2.5.0 to 2.5.1 [\#81](https://github.com/dermatologist/umlsjs/pull/81) ([dependabot[bot]](https://github.com/apps/dependabot))
47+
48+
## [v0.17.0](https://github.com/dermatologist/umlsjs/tree/v0.17.0) (2022-01-03)
49+
50+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.16.0...v0.17.0)
51+
52+
**Merged pull requests:**
53+
54+
- build\(deps-dev\): bump typescript from 4.4.4 to 4.5.4 [\#79](https://github.com/dermatologist/umlsjs/pull/79) ([dependabot[bot]](https://github.com/apps/dependabot))
55+
56+
## [v0.16.0](https://github.com/dermatologist/umlsjs/tree/v0.16.0) (2021-12-22)
57+
58+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.15.2...v0.16.0)
59+
60+
**Merged pull requests:**
61+
62+
- build\(deps\): bump actions/setup-node from 2.4.1 to 2.5.0 [\#74](https://github.com/dermatologist/umlsjs/pull/74) ([dependabot[bot]](https://github.com/apps/dependabot))
63+
64+
## [v0.15.2](https://github.com/dermatologist/umlsjs/tree/v0.15.2) (2021-12-08)
65+
66+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.15.1...v0.15.2)
67+
68+
**Merged pull requests:**
69+
70+
- build\(deps-dev\): bump typedoc from 0.22.9 to 0.22.10 [\#73](https://github.com/dermatologist/umlsjs/pull/73) ([dependabot[bot]](https://github.com/apps/dependabot))
71+
72+
## [v0.15.1](https://github.com/dermatologist/umlsjs/tree/v0.15.1) (2021-11-19)
73+
74+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.15.0...v0.15.1)
75+
76+
**Merged pull requests:**
77+
78+
- build\(deps-dev\): bump typedoc from 0.22.6 to 0.22.9 [\#70](https://github.com/dermatologist/umlsjs/pull/70) ([dependabot[bot]](https://github.com/apps/dependabot))
79+
80+
## [v0.15.0](https://github.com/dermatologist/umlsjs/tree/v0.15.0) (2021-11-17)
81+
82+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.14.0...v0.15.0)
83+
84+
**Merged pull requests:**
85+
86+
- build\(deps\): bump axios from 0.21.4 to 0.24.0 [\#68](https://github.com/dermatologist/umlsjs/pull/68) ([dependabot[bot]](https://github.com/apps/dependabot))
87+
88+
## [v0.14.0](https://github.com/dermatologist/umlsjs/tree/v0.14.0) (2021-11-15)
89+
90+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.13.1...v0.14.0)
91+
92+
**Merged pull requests:**
93+
94+
- build\(deps\): bump fast-xml-parser from 3.20.3 to 3.21.1 [\#67](https://github.com/dermatologist/umlsjs/pull/67) ([dependabot[bot]](https://github.com/apps/dependabot))
95+
96+
## [v0.13.1](https://github.com/dermatologist/umlsjs/tree/v0.13.1) (2021-11-06)
97+
98+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.13.0...v0.13.1)
99+
100+
**Merged pull requests:**
101+
102+
- build\(deps-dev\): bump husky from 7.0.2 to 7.0.4 [\#65](https://github.com/dermatologist/umlsjs/pull/65) ([dependabot[bot]](https://github.com/apps/dependabot))
103+
104+
## [v0.13.0](https://github.com/dermatologist/umlsjs/tree/v0.13.0) (2021-11-05)
105+
106+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.12.0...v0.13.0)
107+
108+
## [v0.12.0](https://github.com/dermatologist/umlsjs/tree/v0.12.0) (2021-11-05)
109+
110+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.11.0...v0.12.0)
111+
112+
**Merged pull requests:**
113+
114+
- build\(deps-dev\): bump typescript from 4.3.5 to 4.4.4 [\#63](https://github.com/dermatologist/umlsjs/pull/63) ([dependabot[bot]](https://github.com/apps/dependabot))
115+
- build\(deps\): bump actions/setup-node from 2.3.0 to 2.4.1 [\#56](https://github.com/dermatologist/umlsjs/pull/56) ([dependabot[bot]](https://github.com/apps/dependabot))
116+
117+
## [v0.11.0](https://github.com/dermatologist/umlsjs/tree/v0.11.0) (2021-10-25)
118+
119+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.10.0...v0.11.0)
120+
121+
**Merged pull requests:**
122+
123+
- build\(deps-dev\): bump typedoc from 0.21.6 to 0.22.6 [\#62](https://github.com/dermatologist/umlsjs/pull/62) ([dependabot[bot]](https://github.com/apps/dependabot))
124+
125+
## [v0.10.0](https://github.com/dermatologist/umlsjs/tree/v0.10.0) (2021-10-15)
126+
127+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.9.9...v0.10.0)
128+
129+
**Merged pull requests:**
130+
131+
- build\(deps\): bump fast-xml-parser from 3.19.0 to 3.20.3 [\#55](https://github.com/dermatologist/umlsjs/pull/55) ([dependabot[bot]](https://github.com/apps/dependabot))
132+
133+
## [v0.9.9](https://github.com/dermatologist/umlsjs/tree/v0.9.9) (2021-10-12)
134+
135+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.9.8...v0.9.9)
136+
137+
## [v0.9.8](https://github.com/dermatologist/umlsjs/tree/v0.9.8) (2021-10-12)
138+
139+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.9.7...v0.9.8)
140+
141+
**Merged pull requests:**
142+
143+
- build\(deps\): bump nth-check from 2.0.0 to 2.0.1 [\#54](https://github.com/dermatologist/umlsjs/pull/54) ([dependabot[bot]](https://github.com/apps/dependabot))
144+
- build\(deps\): bump tmpl from 1.0.4 to 1.0.5 [\#53](https://github.com/dermatologist/umlsjs/pull/53) ([dependabot[bot]](https://github.com/apps/dependabot))
145+
146+
## [v0.9.7](https://github.com/dermatologist/umlsjs/tree/v0.9.7) (2021-09-25)
147+
148+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.9.6...v0.9.7)
149+
150+
**Merged pull requests:**
151+
152+
- build\(deps\): bump axios from 0.21.1 to 0.21.4 [\#49](https://github.com/dermatologist/umlsjs/pull/49) ([dependabot[bot]](https://github.com/apps/dependabot))
153+
154+
## [v0.9.6](https://github.com/dermatologist/umlsjs/tree/v0.9.6) (2021-09-22)
155+
156+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.9.5...v0.9.6)
157+
158+
**Merged pull requests:**
159+
160+
- build\(deps\): bump JamesIves/github-pages-deploy-action from 4.1.4 to 4.1.5 [\#48](https://github.com/dermatologist/umlsjs/pull/48) ([dependabot[bot]](https://github.com/apps/dependabot))
161+
162+
## [v0.9.5](https://github.com/dermatologist/umlsjs/tree/v0.9.5) (2021-09-21)
163+
164+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.9.4...v0.9.5)
165+
166+
**Merged pull requests:**
167+
168+
- build\(deps-dev\): bump husky from 7.0.1 to 7.0.2 [\#47](https://github.com/dermatologist/umlsjs/pull/47) ([dependabot[bot]](https://github.com/apps/dependabot))
169+
170+
## [v0.9.4](https://github.com/dermatologist/umlsjs/tree/v0.9.4) (2021-08-28)
171+
172+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.9.3...v0.9.4)
173+
174+
**Merged pull requests:**
175+
176+
- build\(deps-dev\): bump typedoc from 0.21.5 to 0.21.6 [\#45](https://github.com/dermatologist/umlsjs/pull/45) ([dependabot[bot]](https://github.com/apps/dependabot))
177+
178+
## [v0.9.3](https://github.com/dermatologist/umlsjs/tree/v0.9.3) (2021-08-19)
179+
180+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.9.2...v0.9.3)
181+
182+
**Merged pull requests:**
183+
184+
- build\(deps-dev\): bump tslib from 2.3.0 to 2.3.1 [\#44](https://github.com/dermatologist/umlsjs/pull/44) ([dependabot[bot]](https://github.com/apps/dependabot))
185+
186+
## [v0.9.2](https://github.com/dermatologist/umlsjs/tree/v0.9.2) (2021-08-15)
187+
188+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.9.1...v0.9.2)
189+
190+
**Merged pull requests:**
191+
192+
- build\(deps\): bump path-parse from 1.0.6 to 1.0.7 [\#43](https://github.com/dermatologist/umlsjs/pull/43) ([dependabot[bot]](https://github.com/apps/dependabot))
193+
194+
## [v0.9.1](https://github.com/dermatologist/umlsjs/tree/v0.9.1) (2021-08-03)
195+
196+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.9.0...v0.9.1)
197+
198+
**Merged pull requests:**
199+
200+
- build\(deps-dev\): bump typedoc from 0.21.4 to 0.21.5 [\#40](https://github.com/dermatologist/umlsjs/pull/40) ([dependabot[bot]](https://github.com/apps/dependabot))
201+
202+
## [v0.9.0](https://github.com/dermatologist/umlsjs/tree/v0.9.0) (2021-07-29)
203+
204+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/0.8.0...v0.9.0)
205+
206+
## [0.8.0](https://github.com/dermatologist/umlsjs/tree/0.8.0) (2021-07-29)
207+
208+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.8.0...0.8.0)
209+
210+
## [v0.8.0](https://github.com/dermatologist/umlsjs/tree/v0.8.0) (2021-07-29)
211+
212+
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.7.0...v0.8.0)
213+
214+
**Merged pull requests:**
215+
216+
- Added author tag [\#39](https://github.com/dermatologist/umlsjs/pull/39) ([apar-mistry](https://github.com/apar-mistry))
217+
- Added name to contributors [\#38](https://github.com/dermatologist/umlsjs/pull/38) ([apar-mistry](https://github.com/apar-mistry))
218+
3219
## [v0.7.0](https://github.com/dermatologist/umlsjs/tree/v0.7.0) (2021-07-28)
4220

5221
[Full Changelog](https://github.com/dermatologist/umlsjs/compare/v0.6.1...v0.7.0)
-19.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)