Skip to content

Commit 7c81f8e

Browse files
committed
v3.0.2
1 parent 08b4d4b commit 7c81f8e

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Gruntfile.js
33
doc
44
test
55
.jshintrc
6-
.travis.yml
6+
.github
7+
RELEASE.rst

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2016, Wanadev <http://www.wanadev.fr/>
1+
Copyright (c) 2015-2023, Wanadev <http://www.wanadev.fr/>
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ Tu run tests, use the following command:
110110

111111
* **[NEXT]** (changes on master that have not been released yet):
112112

113+
* **v3.0.2:**
114+
113115
* Replaced deprecated mocha-phantomjs by mocha-headless-chrome to run tests (@jbghoul, #26)
114116
* Updated dependencies (@jbghoul, #26)
115117

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-file",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Library and CLI tool to read and write the Obsidian Project file format",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)