Skip to content

Commit 57841df

Browse files
committed
release: 1.0.1 → 1.0.2
## [1.0.2](v1.0.1...v1.0.2) (2022-04-13) ### docs * add current version link to README.md ([6193772](6193772)) * update release version badge in README.md ([1ea2362](1ea2362)) ### fix * release badge URL ([5ad34c9](5ad34c9)) * version regex ([1927f5c](1927f5c)) * version replacement checks ([64096a1](64096a1))
1 parent 1927f5c commit 57841df

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.0.2](https://github.com/vladdoster/remember.nvim/compare/v1.0.1...v1.0.2) (2022-04-13)
2+
3+
4+
### docs
5+
6+
* add current version link to README.md ([6193772](https://github.com/vladdoster/remember.nvim/commit/619377285c0b90413c41aa5e4c525c91e7de4306))
7+
* update release version badge in README.md ([1ea2362](https://github.com/vladdoster/remember.nvim/commit/1ea23622d7537981f6f370862eb0e5e3d80f4e5d))
8+
9+
### fix
10+
11+
* release badge URL ([5ad34c9](https://github.com/vladdoster/remember.nvim/commit/5ad34c9d01fd566d46095597762ae8a9be3fabd4))
12+
* version regex ([1927f5c](https://github.com/vladdoster/remember.nvim/commit/1927f5c7cd6e8fa5e1ed5de25dfbf231a29689f9))
13+
* version replacement checks ([64096a1](https://github.com/vladdoster/remember.nvim/commit/64096a135024540829ead8280f6a090798cab10f))
14+
115
## [1.0.1](https://github.com/vladdoster/remember.nvim/compare/v1.0.0...v1.0.1) (2022-04-13)
216

317

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| version |
44
| :--------------------------------------------------------------------: |
5-
| [v1.0.1](https://github.com/vladdoster/remember.nvim/releases) |
5+
| [v1.0.2](https://github.com/vladdoster/remember.nvim/releases) |
66

77
A port of the Vim plugin
88
[vim-lastplace](https://github.com/farmergreg/vim-lastplace). It uses the same

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.1
1+
v1.0.2

0 commit comments

Comments
 (0)