Skip to content

Commit 55090f5

Browse files
committed
Add CHANGELOG.md
1 parent 1c94d6d commit 55090f5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
All notable changes will be documented in this file.
3+
4+
This file applies to the app that is created in Chapter 7 of the book—so the numbered step branches, not `master` ([more info](https://github.com/GraphQLGuide/guide-vue/blob/master/README.md)).
5+
6+
Releases are done with tags in the form `[step]_[version]`, so for instance step `2` of version `1.0.0` is `2_1.0.0`, located here:
7+
8+
[/GraphQLGuide/guide/releases/tag/2_1.0.0](https://github.com/GraphQLGuide/guide/releases/tag/2_1.0.0)
9+
10+
<!-- ## [Unreleased]
11+
### Added
12+
### Removed
13+
### Changed
14+
### Fixed -->
15+
16+
## [1.0.0] - 2021-03-01
17+
18+
Released with [`r6`](https://github.com/GraphQLGuide/book/releases/tag/r6)
19+
20+
### Added
21+
22+
- Branches `0–3`

0 commit comments

Comments
 (0)