Skip to content

Commit

Permalink
Merge pull request #37 from pitch-io/1.1.0
Browse files Browse the repository at this point in the history
1.1.0 release
  • Loading branch information
jo-sm authored Jun 9, 2023
2 parents ef9ca2a + 76e505b commit cafc7a3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# Next
# 1.1.0

## Features
- [Allow users to define their own matchers.](https://github.com/pitch-io/cljest/pull/27)
Expand Down
2 changes: 1 addition & 1 deletion cljest/release.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:group-id "com.pitch"
:artifact-id "cljest"
:version "1.0.0"
:version "1.1.0"
:scm-url "https://github.com/pitch-io/cljest"}
4 changes: 2 additions & 2 deletions cljest/src/cljest/compilation/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"\n\n"
(str/join "\n" (map humanize-error errors)))))))))

(defn- load-config!
(defn ^:private ^:no-doc load-config!
"Loads the cljest.edn file and coerces based on the Malli schema."
[]
(let [config-io (io/file "cljest.edn")]
Expand All @@ -92,7 +92,7 @@
config (coerce-config-with-pretty-exception! raw-config)]
(reset! !config config))))

(defn get-config!
(defn ^:no-doc get-config!
"Returns the coerced config. If it hasn't been loaded yet, load it."
[]
(if-not @!config
Expand Down
4 changes: 2 additions & 2 deletions jest-preset-cljest/package-lock.json

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

2 changes: 1 addition & 1 deletion jest-preset-cljest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-preset-cljest",
"version": "1.0.0",
"version": "1.1.0",
"description": "A preset for Jest to allow compiling ClojureScript tests",
"main": "jest-preset.js",
"scripts": {},
Expand Down

0 comments on commit cafc7a3

Please sign in to comment.