blob: 70f85351a736f9bbb1636e81556ccbdf839df630 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# @astrojs/prism
## 0.4.0
### Minor Changes
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,
## 0.3.0
### Patch Changes
- e6aaeff5: - Adds compatibility to work with Astro 0.21.
- New typings added for the primary export.
## 0.3.0-next.0
### Minor Changes
- d84bfe71: Adds typings for the main entrypoint
## 0.2.2
### Patch Changes
- f9f2da4: Add repository key to all package.json
## 0.2.1
### Patch Changes
- ab2972b: Update package.json engines for esm support
## 0.0.2
### Patch Changes
- d924fcb: Fix issue with Prism component missing dependency
|