Skip to content

Commit

Permalink
doc: Add changelog to README.md (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Jan 21, 2024
1 parent b42da83 commit f1b94e3
Show file tree
Hide file tree
Showing 72 changed files with 796 additions and 57 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/constify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc/plugin-constify

## 0.1.44

### Patch Changes

- 4ef0b7f: Add changelog to the readme

## 0.1.43

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_constify"
publish = false
version = "0.6.0"
version = "0.7.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
20 changes: 20 additions & 0 deletions packages/constify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,23 @@ export function call(d1) {
return a;
}
```

# @swc/plugin-constify

## 0.1.44

### Patch Changes

- 4ef0b7f: Add changelog to the readme

## 0.1.43

### Patch Changes

- 4e72680: [email protected]

## 0.1.42

### Patch Changes

- 16bb4d8: [email protected]
Loading

0 comments on commit f1b94e3

Please sign in to comment.