Skip to content

Commit 3f05125

Browse files
committedJan 12, 2023
chore(release): 38.1.0 [skip ci]
## [38.1.0](v38.0.0...v38.1.0) (2023-01-12) ### Features * Add support for compiling Typescript snippets in markdown ([#1134](#1134)) ([055e1d5](055e1d5))
1 parent 055e1d5 commit 3f05125

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [38.1.0](https://github.com/ipfs/aegir/compare/v38.0.0...v38.1.0) (2023-01-12)
2+
3+
4+
### Features
5+
6+
* Add support for compiling Typescript snippets in markdown ([#1134](https://github.com/ipfs/aegir/issues/1134)) ([055e1d5](https://github.com/ipfs/aegir/commit/055e1d5f4a27dbe4fe7b98eb33dfb29e54057025))
7+
18
## [38.0.0](https://github.com/ipfs/aegir/compare/v37.12.1...v38.0.0) (2023-01-12)
29

310

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aegir",
3-
"version": "38.0.0",
3+
"version": "38.1.0",
44
"description": "JavaScript project management",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/aegir#readme",

0 commit comments

Comments
 (0)
Please sign in to comment.